summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Korotkov2019-04-29 22:12:05 +0000
committerAlexander Korotkov2019-05-07 22:02:59 +0000
commit53ae0b16d6f60a15427e081091b2b81e36e674ee (patch)
treed58ced502cb5e9166235ebe3e7c207c559e7e672
parent29ceacc3f93720d3ebb7e7e999f8b7fe9622389c (diff)
Remove word "singleton" out of jsonpath docs
Word "singleton" is hard for user understanding, especially taking into account there is only one place it's used in the docs and there is even no definition. Use more evident wording instead. Discussion: https://postgr.es/m/23737.1556550645%40sss.pgh.pa.us
-rw-r--r--doc/src/sgml/func.sgml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml
index d751766004..b9a6f5b9ca 100644
--- a/doc/src/sgml/func.sgml
+++ b/doc/src/sgml/func.sgml
@@ -11721,7 +11721,7 @@ table2-mapping
converting its elements into an SQL/JSON sequence before performing
this operation. Besides, comparison operators automatically unwrap their
operands in the lax mode, so you can compare SQL/JSON arrays
- out-of-the-box. Arrays of size 1 are interchangeable with a singleton.
+ out-of-the-box. An array of size 1 is considered equal to its sole element.
Automatic unwrapping is not performed only when:
<itemizedlist>
<listitem>