summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Eisentraut2016-05-14 01:24:13 +0000
committerPeter Eisentraut2016-05-14 01:26:10 +0000
commit79e4deaf8305e0a7622c4555ddbba8637ca1784b (patch)
treec4a72dce8e9e96e68e19a1859690b50e220880fd
parenta0da51d89946053340319512776a07b86ccc8824 (diff)
doc: Fix typo
From: Alexander Law <[email protected]>
-rw-r--r--doc/src/sgml/gin.sgml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/gin.sgml b/doc/src/sgml/gin.sgml
index 7b4d9c4e9e1..08c88664dd0 100644
--- a/doc/src/sgml/gin.sgml
+++ b/doc/src/sgml/gin.sgml
@@ -179,7 +179,7 @@
<function>extractQuery</> to pass additional data to the
<function>consistent</> and <function>comparePartial</> methods.
To use it, <function>extractQuery</> must allocate
- an array of <literal>*nkeys</> Pointers and store its address at
+ an array of <literal>*nkeys</> pointers and store its address at
<literal>*extra_data</>, then store whatever it wants to into the
individual pointers. The variable is initialized to NULL before
call, so this argument can simply be ignored by operator classes that