Skip to content

Commit 16ff08b

Browse files
committed
Fix a couple of typos in docs.
Thom Brown
1 parent 242c273 commit 16ff08b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/src/sgml/gin.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@
197197
function, and a ternary <function>triConsistent</> function.
198198
<function>triConsistent</> covers the functionality of both, so providing
199199
triConsistent alone is sufficient. However, if the boolean variant is
200-
significantly cheaper to calculate, it can be advantegous to provide both.
200+
significantly cheaper to calculate, it can be advantageous to provide both.
201201
If only the boolean variant is provided, some optimizations that depend on
202202
refuting index items before fetching all the keys are disabled.
203203

@@ -219,7 +219,7 @@
219219
returned by <function>extractQuery</> for this <literal>query</> datum.
220220
Each element of the
221221
<literal>check</> array is TRUE if the indexed item contains the
222-
corresponding query key, ie, if (check[i] == TRUE) the i-th key of the
222+
corresponding query key, i.e., if (check[i] == TRUE) the i-th key of the
223223
<function>extractQuery</> result array is present in the indexed item.
224224
The original <literal>query</> datum is
225225
passed in case the <function>consistent</> method needs to consult it,

0 commit comments

Comments
 (0)