Skip to content

Commit 6604be5

Browse files
committed
fixes gh-1034
(cherry picked from commit fce03ce)
1 parent be56800 commit 6604be5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/book/cartridge/cartridge_dev.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -577,7 +577,7 @@ ones for some reason, the following precautions apply:
577577
578578
-- Inside the validation function:
579579
580-
if type(box.cfg) == 'function' then
580+
if type(box.cfg) == 'table' then
581581
582582
-- Here you can call box functions
583583

0 commit comments

Comments
 (0)