File tree 1 file changed +10
-10
lines changed 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -1584,16 +1584,16 @@ Below is a list of all ``box.space`` functions and members.
1584
1584
1585
1585
Possible operators are:
1586
1586
1587
- * ``+ `` for addition ( values must be numeric)
1588
- * ``- `` for subtraction ( values must be numeric)
1589
- * ``& `` for bitwise AND ( values must be unsigned numeric)
1590
- * ``| `` for bitwise OR ( values must be unsigned numeric)
1591
- * ``^ `` for bitwise :abbr: `XOR ( exclusive OR ) ` ( values must be
1592
- unsigned numeric)
1593
- * ``: `` for string splice
1594
- * ``! `` for insertion
1595
- * ``# `` for deletion
1596
- * ``= `` for assignment
1587
+ * ``+ `` for addition. values must be numeric, e.g. unsigned or decimal
1588
+ * ``- `` for subtraction. values must be numeric
1589
+ * ``& `` for bitwise AND. values must be unsigned numeric
1590
+ * ``| `` for bitwise OR. values must be unsigned numeric
1591
+ * ``^ `` for bitwise :abbr: `XOR ( exclusive OR ) `. values must be
1592
+ unsigned numeric
1593
+ * ``: `` for string splice.
1594
+ * ``! `` for insertion of a new field.
1595
+ * ``# `` for deletion.
1596
+ * ``= `` for assignment.
1597
1597
1598
1598
For ``! `` and ``= `` operations the field number can be ``-1 ``, meaning
1599
1599
the last field in the tuple.
You can’t perform that action at this time.
0 commit comments