Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
doc: Fix typo
authorPeter Eisentraut <peter_e@gmx.net>
Sat, 14 May 2016 01:24:13 +0000 (21:24 -0400)
committerPeter Eisentraut <peter_e@gmx.net>
Sat, 14 May 2016 01:26:03 +0000 (21:26 -0400)
From: Alexander Law <exclusion@gmail.com>

doc/src/sgml/gin.sgml

index ca7641a839068c02f67fe25445ec3f5b023428a4..5d0ed1b02db06963f8157ff9ab0d4764415dddce 100644 (file)
        <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