A few fixes noticed when proofreading the draft.
authorJonathan S. Katz <jonathan.katz@excoventures.com>
Tue, 12 Nov 2019 22:16:17 +0000 (17:16 -0500)
committerJonathan S. Katz <jonathan.katz@excoventures.com>
Tue, 12 Nov 2019 22:16:17 +0000 (17:16 -0500)
update_releases/current/20191114updaterelease.md

index 979a3696d8fb3956e2f88479893648c5e07b5ab9..acba1bc5f6a8f8e83bf3abfa09a7435253af7706 100644 (file)
@@ -17,7 +17,7 @@ Bug Fixes and Improvements
 --------------------------
 
 This update also fixes over 50 bugs that were reported in the last several
-months. Some of these issues affect only version 12, but many affect all
+months. Some of these issues affect only version 12, but may also affect all
 supported versions.
 
 Some of these fixes include:
@@ -35,7 +35,7 @@ still-running transaction.
 * Ensure that offset expressions in WINDOW clauses are processed when a query's
 expressions are manipulated.
 * Fix misbehavior of `bitshiftright()` where it failed to zero out padding space
-in the last byte if the bitstring length is not a multiple of 8. For how to
+in the last byte if the bit string length is not a multiple of 8. For how to
 correct your data, please see the "Updating" section.
 * Ensure an empty string that is evaluated by the `position()` returns 1, as per
 the SQL standard.