Skip to content

Commit 7f920b8

Browse files
committed
Fix some grammar in documentation of spgist and pgbench
Discussion: https://postgr.es/m/92961161-9b49-e42f-0a72-d5d47e0ed4de@postgrespro.ru Author: Liudmila Mantrova Reviewed-by: Jonathan Katz, Tom Lane, Michael Paquier Backpatch-through: 9.4
1 parent e0a39a1 commit 7f920b8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/src/sgml/ref/pgbench.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@ pgbench <optional> <replaceable>options</> </optional> <replaceable>dbname</>
366366
<term><option>--latency-limit=</option><replaceable>limit</></term>
367367
<listitem>
368368
<para>
369-
Transaction which last more than <replaceable>limit</> milliseconds
369+
Transactions that last more than <replaceable>limit</> milliseconds
370370
are counted and reported separately, as <firstterm>late</>.
371371
</para>
372372
<para>

doc/src/sgml/spgist.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@
169169
<para>
170170
Of the two operator classes for type <type>point</>,
171171
<literal>quad_point_ops</> is the default. <literal>kd_point_ops</>
172-
supports the same operators but uses a different index data structure which
172+
supports the same operators but uses a different index data structure that
173173
may offer better performance in some applications.
174174
</para>
175175

0 commit comments

Comments
 (0)