From 7d88acdc0c621aa6a83d1b7563640eae21e4d9d5 Mon Sep 17 00:00:00 2001
From: CDev777 <wanderingMesos@protonmail.com>
Date: Sat, 25 Jul 2020 22:43:04 -0500
Subject: [PATCH] Fixed/changed some grammar

I changed part of the line 374 from "Since is checkerboard is..." to "Since this checkerboard is...". And in line 384 I replaced the comma before the "clever hacks..." quote with a colon.

My grammar isn't the absolute best, so feel free to ignore this all if I'm wrong.
---
 article/regions.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/article/regions.html b/article/regions.html
index ca28d55..a628cd5 100644
--- a/article/regions.html
+++ b/article/regions.html
@@ -371,7 +371,7 @@ <h3>Some Useful Regions...</h3>
         <p>
             It's a checkerboard. Each pixel in here has two walls. Each "on" pixel is two walls, and each row
             is its own band, so assuming that we use 32-bit numbers for the positions, 8 bytes per pixel, and
-            8 extra bytes per band to store the top and bottom. Since is checkerboard is 16x10, that means we
+            8 extra bytes per band to store the top and bottom. Since this checkerboard is 16x10, that means we
             have (16*4+8) bytes = 72 bytes per band, and we have ten of them, for 720 bytes. In a bitmap,
             each row could be packed into two bytes, for a total of 20 bytes. Yeesh.
         </p>
@@ -381,7 +381,7 @@ <h3>Some Useful Regions...</h3>
             the weight of such regions and tricks, but it was an important part of history that let us figure out
             how to move forward. As the
             <a href="http://cgit.freedesktop.org/xorg/proto/compositeproto/plain/compositeproto.txt">COMPOSITE extension specification</a>
-            puts it, "clever hacks are an awfully close substitute for changes in the underlying system".
+            puts it: "clever hacks are an awfully close substitute for changes in the underlying system".
         </p>
         <p>
             Window shapes, both on the output and input sides, are clearly the most useful case for complex