aboutsummaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
Diffstat (limited to 'spec')
-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 5442b61..b5f973b 100644
--- a/spec/inputs/syntax.moon
+++ b/spec/inputs/syntax.moon
@@ -122,7 +122,7 @@ print "nutjob"
122 122
123if hello then _ = 343 123if hello then _ = 343
124 124
125print "what" if cool else whack! 125print "what" if cool
126 126
127arg = {...} 127arg = {...}
128 128