diff options
author | Peter Eisentraut | 2019-07-05 06:33:51 +0000 |
---|---|---|
committer | Peter Eisentraut | 2019-07-05 06:34:54 +0000 |
commit | 594df378ffb04a72b713a13cc0a7166b3bced7b7 (patch) | |
tree | a7cbb72c4fdee4083ecc9e8008bf658d58b072a3 /doc/src/sgml/json.sgml | |
parent | 313f87a17155a6dbd27a3ce687cf59bd171fe75e (diff) |
doc: Spell checking
Diffstat (limited to 'doc/src/sgml/json.sgml')
-rw-r--r-- | doc/src/sgml/json.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/json.sgml b/doc/src/sgml/json.sgml index daebb4f3410..2aa98024ae9 100644 --- a/doc/src/sgml/json.sgml +++ b/doc/src/sgml/json.sgml @@ -849,8 +849,8 @@ SELECT jdoc->'guid', jdoc->'name' FROM api WHERE jdoc @> '{"tags": ["qu corresponds to the first array element. </para> <para> - Expression inside subscript may consititue an integer, - numeric expression or any other <literal>jsonpath</literal> expression + An expression in the subscript may be an integer, + numeric expression, or any other <literal>jsonpath</literal> expression returning single numeric value. The <literal>last</literal> keyword can be used in the expression denoting the last subscript in an array. That's helpful for handling arrays of unknown length. |