Doc: remove duplicate "a" from func.sgml
authorDavid Rowley <drowley@postgresql.org>
Wed, 24 Aug 2022 11:45:57 +0000 (23:45 +1200)
committerDavid Rowley <drowley@postgresql.org>
Wed, 24 Aug 2022 11:45:57 +0000 (23:45 +1200)
Author: Shinya Kato
Discussion: https://postgr.es/m/76c01275776749a167f49379ebec57f1@oss.nttdata.com
Backpatch-through: 15, where that change was introduced

doc/src/sgml/func.sgml

index 8dd63c04556106db982eaf33a416a6bc2ddf301a..f87afefeae74c8bcf545230c73e199916cf0aab1 100644 (file)
@@ -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 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>