aboutsummaryrefslogtreecommitdiff
path: root/utils.moon
diff options
context:
space:
mode:
Diffstat (limited to 'utils.moon')
-rw-r--r--utils.moon2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils.moon b/utils.moon
index 87cd5a3..9cceaac 100644
--- a/utils.moon
+++ b/utils.moon
@@ -41,7 +41,7 @@ utils = {
else
tostring(x)
- repr_if_not_string: (x)->
+ stringify: (x)->
if type(x) == 'string' then x
else utils.repr(x)