diff options
Diffstat (limited to 'utils.lua')
| -rw-r--r-- | utils.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -73,7 +73,7 @@ utils = { return tostring(x) end end, - repr_if_not_string = function(x) + stringify = function(x) if type(x) == 'string' then return x else |
