diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index d798f1a846..8ccb3a5a99 100644 --- a/doc/src/sgml/func.sgml +++ b/doc/src/sgml/func.sgml @@ -11989,14 +11989,14 @@ table2-mapping Less-than operator [1, 2, 3] $[*] ? (@ < 2) - 1, 2 + 1 <= Less-than-or-equal-to operator [1, 2, 3] - $[*] ? (@ < 2) - 1 + $[*] ? (@ <= 2) + 1, 2 > @@ -12006,7 +12006,7 @@ table2-mapping 3 - > + >= Greater-than-or-equal-to operator [1, 2, 3] $[*] ? (@ >= 2)