Skip to content

Commit aec045b

Browse files
pgulutzanlenkis
authored andcommitted
Fixes gh-870 Document decimal field type.
(cherry picked from commit 52ccc2f)
1 parent 3ce4de9 commit aec045b

File tree

5 files changed

+138
-75
lines changed

5 files changed

+138
-75
lines changed

doc/book/box/box_schema.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -617,6 +617,10 @@ Below is a list of all ``box.schema`` functions.
617617

618618
:return: nil
619619

620+
These functions can be called with :samp:`{function-object}:call({arguments})`; however,
621+
unlike the case with ordinary functions, array arguments will not be correctly recognized
622+
unless they are enclosed in braces.
623+
620624
**Example:**
621625

622626
.. code-block:: lua

0 commit comments

Comments
 (0)