aboutsummaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src')
-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 d7517660044..b9a6f5b9ca4 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>