Skip to content

Commit 9eb1817

Browse files
committed
doc: add missing "the" in LATERAL sentence.
Backpatch-through: 11
1 parent e6a254c commit 9eb1817

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
@@ -864,7 +864,7 @@ ORDER BY p;
864864
</para>
865865

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

0 commit comments

Comments
 (0)