diff options
-rw-r--r-- | doc/src/sgml/func.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index 3ff35dfd221..87af66757b0 100644 --- a/doc/src/sgml/func.sgml +++ b/doc/src/sgml/func.sgml @@ -18033,7 +18033,7 @@ FROM or array, but if it is <literal>CONDITIONAL</literal> it will not be applied to a single array or object. <literal>UNCONDITIONAL</literal> is the default. - If the result is a a scalar string, by default the value returned will have + If the result is a scalar string, by default the value returned will have surrounding quotes making it a valid JSON value. However, this behavior is reversed if <literal>OMIT QUOTES</literal> is specified. The <literal>ON ERROR</literal> and <literal>ON EMPTY</literal> |