Skip to content

Commit 70ae47a

Browse files
committed
Merge pull request #1 from iammajia/patch-1
修改queries.sgml中一处错字
2 parents 105adb5 + d9be580 commit 70ae47a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

postgresql/doc/src/sgml/queries.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1235,7 +1235,7 @@ WHERE (v1 <-> v2) < 10 AND p1.id != p2.id;
12351235
we use it for clarity.)
12361236
-->
12371237
或者几个其他等价的形式。(就像之前提到的,<literal>LATERAL</>关键字在这个例子中不是必须的,
1238-
但是我们为了明确而是用它。)
1238+
但是我们为了明确而使用它。)
12391239
</para>
12401240

12411241
<para>

0 commit comments

Comments
 (0)