Skip to content

Commit 405b9ba

Browse files
committed
doc: Fix typo
From: Alexander Law <exclusion@gmail.com>
1 parent a2c1bc3 commit 405b9ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/sgml/gin.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@
179179
<function>extractQuery</> to pass additional data to the
180180
<function>consistent</> and <function>comparePartial</> methods.
181181
To use it, <function>extractQuery</> must allocate
182-
an array of <literal>*nkeys</> Pointers and store its address at
182+
an array of <literal>*nkeys</> pointers and store its address at
183183
<literal>*extra_data</>, then store whatever it wants to into the
184184
individual pointers. The variable is initialized to <symbol>NULL</symbol> before
185185
call, so this argument can simply be ignored by operator classes that

0 commit comments

Comments
 (0)