aboutsummaryrefslogtreecommitdiff
path: root/spec/inputs/syntax.moon
diff options
context:
space:
mode:
Diffstat (limited to 'spec/inputs/syntax.moon')
-rw-r--r--spec/inputs/syntax.moon2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/inputs/syntax.moon b/spec/inputs/syntax.moon
index b5f973b..23b44ce 100644
--- a/spec/inputs/syntax.moon
+++ b/spec/inputs/syntax.moon
@@ -124,7 +124,7 @@ if hello then _ = 343
124 124
125print "what" if cool 125print "what" if cool
126 126
127arg = {...} 127((...)-> arg = {...})!
128 128
129x = (...) -> 129x = (...) ->
130 dump {...} 130 dump {...}