summaryrefslogtreecommitdiff
path: root/doc/src/sgml/json.sgml
diff options
context:
space:
mode:
authorPeter Eisentraut <peter@eisentraut.org>2019-07-05 08:33:51 +0200
committerPeter Eisentraut <peter@eisentraut.org>2019-07-05 08:34:54 +0200
commit594df378ffb04a72b713a13cc0a7166b3bced7b7 (patch)
treea7cbb72c4fdee4083ecc9e8008bf658d58b072a3 /doc/src/sgml/json.sgml
parent313f87a17155a6dbd27a3ce687cf59bd171fe75e (diff)
doc: Spell checking
Diffstat (limited to 'doc/src/sgml/json.sgml')
-rw-r--r--doc/src/sgml/json.sgml4
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-&gt;'guid', jdoc-&gt;'name' FROM api WHERE jdoc @&gt; '{"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.