Skip to content

Commit 82932ac

Browse files
committed
Fixes gh-871 update operations on decimal fields.
1 parent 52ccc2f commit 82932ac

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

doc/2.2/book/box/box_space.rst

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1576,16 +1576,16 @@ Below is a list of all ``box.space`` functions and members.
15761576

15771577
Possible operators are:
15781578

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.
15891589

15901590
Possible field_identifiers are:
15911591

0 commit comments

Comments
 (0)