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 @@ -1576,16 +1576,16 @@ Below is a list of all ``box.space`` functions and members.
1576
1576
1577
1577
Possible operators are:
1578
1578
1579
- * ``+ `` for addition ( values must be numeric)
1580
- * ``- `` for subtraction ( values must be numeric)
1581
- * ``& `` for bitwise AND ( values must be unsigned numeric)
1582
- * ``| `` for bitwise OR ( values must be unsigned numeric)
1583
- * ``^ `` for bitwise :abbr: `XOR ( exclusive OR ) ` ( values must be
1584
- unsigned numeric)
1585
- * ``: `` for string splice
1586
- * ``! `` for insertion
1587
- * ``# `` for deletion
1588
- * ``= `` for assignment
1579
+ * ``+ `` for addition. values must be numeric, e.g. unsigned or decimal
1580
+ * ``- `` for subtraction. values must be numeric
1581
+ * ``& `` for bitwise AND. values must be unsigned numeric
1582
+ * ``| `` for bitwise OR. values must be unsigned numeric
1583
+ * ``^ `` for bitwise :abbr: `XOR ( exclusive OR ) `. values must be
1584
+ unsigned numeric
1585
+ * ``: `` for string splice.
1586
+ * ``! `` for insertion of a new field.
1587
+ * ``# `` for deletion.
1588
+ * ``= `` for assignment.
1589
1589
1590
1590
Possible field_identifiers are:
1591
1591
You can’t perform that action at this time.
0 commit comments