From 0b8471da4ae3f87b7cbbdb4ba54c028fa600f279 Mon Sep 17 00:00:00 2001
From: Garry Polley <garry.polley@unit21.ai>
Date: Tue, 18 Aug 2026 12:52:11 -0500
Subject: [PATCH] Minor typo fix on select for update/share docs

---
 doc/src/sgml/ref/select.sgml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/src/sgml/ref/select.sgml b/doc/src/sgml/ref/select.sgml
index 837bf6d7832..e7072691669 100644
--- a/doc/src/sgml/ref/select.sgml
+++ b/doc/src/sgml/ref/select.sgml
@@ -1751,7 +1751,7 @@ ROLLBACK TO s;
     on one or more of the rows.  Once the <literal>SELECT</literal> unblocks, some
     of the ordering column values might have been modified, leading to those
     rows appearing to be out of order (though they are in order in terms
-    of the original column values).  This can be worked around at need by
+    of the original column values).  This can be worked around as needed by
     placing the <literal>FOR UPDATE/SHARE</literal> clause in a sub-query,
     for example
 <programlisting>
-- 
2.52.0

