diff options
author | Peter Eisentraut | 2021-07-16 08:35:38 +0000 |
---|---|---|
committer | Peter Eisentraut | 2021-07-16 10:39:45 +0000 |
commit | 46111fb7b57876a87eb0630ec12ad30950e38a39 (patch) | |
tree | 84a679bf6747a5345d7a8e4b358231696a10bbe9 /doc/src/sgml/gist.sgml | |
parent | 6cea447e6a10cd7ef511470e809a894a013e6a18 (diff) |
doc: Spell checking
Diffstat (limited to 'doc/src/sgml/gist.sgml')
-rw-r--r-- | doc/src/sgml/gist.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/gist.sgml b/doc/src/sgml/gist.sgml index f22efd1f6e8..c79ce850e94 100644 --- a/doc/src/sgml/gist.sgml +++ b/doc/src/sgml/gist.sgml @@ -374,8 +374,8 @@ my_consistent(PG_FUNCTION_ARGS) <para> Depending on which operators you have included in the class, the data type of <varname>query</varname> could vary with the operator, since it will - be whatever type is on the righthand side of the operator, which might - be different from the indexed data type appearing on the lefthand side. + be whatever type is on the right-hand side of the operator, which might + be different from the indexed data type appearing on the left-hand side. (The above code skeleton assumes that only one type is possible; if not, fetching the <varname>query</varname> argument value would have to depend on the operator.) It is recommended that the SQL declaration of |