diff options
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. |