diff options
Diffstat (limited to 'doc/src/sgml/json.sgml')
-rw-r--r-- | doc/src/sgml/json.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/json.sgml b/doc/src/sgml/json.sgml index 4fadf65558e..a56942a9496 100644 --- a/doc/src/sgml/json.sgml +++ b/doc/src/sgml/json.sgml @@ -354,7 +354,7 @@ SELECT '"foo"'::jsonb ? 'foo'; keys or key/value pairs occurring within a large number of <type>jsonb</> documents (datums). Two GIN <quote>operator classes</> are provided, offering different - performance and flexibility tradeoffs. + performance and flexibility trade-offs. </para> <para> The default GIN operator class for <type>jsonb</> supports queries with |