diff options
Diffstat (limited to 'doc/src/sgml/gin.sgml')
-rw-r--r-- | doc/src/sgml/gin.sgml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/src/sgml/gin.sgml b/doc/src/sgml/gin.sgml index d85e7c8796b..7a8c18a4495 100644 --- a/doc/src/sgml/gin.sgml +++ b/doc/src/sgml/gin.sgml @@ -411,17 +411,17 @@ </para> <para> - The <function>options</function> function has given pointer to + The <function>options</function> function is passed a pointer to a <replaceable>local_relopts</replaceable> struct, which needs to be - filled with s set of operator class specific options. The options - can be accessed from other support functions using + filled with a set of operator class specific options. The options + can be accessed from other support functions using the <literal>PG_HAS_OPCLASS_OPTIONS()</literal> and <literal>PG_GET_OPCLASS_OPTIONS()</literal> macros. </para> <para> - Since both key extraction for indexed value and representation of the - key in <acronym>GIN</acronym> are flexible, it may depends on + Since both key extraction of indexed values and representation of the + key in <acronym>GIN</acronym> are flexible, they may depend on user-specified parameters. </para> </listitem> |