8000 doc: Fix typo · eldilibra/postgres@79e4dea · GitHub
[go: up one dir, main page]

Skip to content

Commit 79e4dea

Browse files
committed
doc: Fix typo
From: Alexander Law <exclusion@gmail.com>
1 parent a0da51d commit 79e4dea

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 NULL before
185185
call, so this argument can simply be ignored by operator classes that

0 commit comments

Comments
 (0)
0