Skip to content

Commit 3d8aefe

Browse files
committed
doc: add missing "the" in LATERAL sentence.
Backpatch-through: 11
1 parent 322c9b3 commit 3d8aefe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/sgml/queries.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -858,7 +858,7 @@ ORDER BY p;
858858
</para>
859859

860860
<para>
861-
A <literal>LATERAL</literal> item can appear at top level in the
861+
A <literal>LATERAL</literal> item can appear at the top level in the
862862
<literal>FROM</literal> list, or within a <literal>JOIN</literal> tree. In the latter
863863
case it can also refer to any items that are on the left-hand side of a
864864
<literal>JOIN</literal> that it is on the right-hand side of.

0 commit comments

Comments
 (0)