Skip to content

Commit 16acd6c

Browse files
committed
Fix typo
1 parent 204ec3b commit 16acd6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rewriter.coffee

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ class exports.Rewriter
243243
# b: c
244244
#
245245
# Don't accept implicit calls of this type, when on the same line
246-
# as the control strucutures below as that may misinterpret constructs like:
246+
# as the control structures below as that may misinterpret constructs like:
247247
#
248248
# if f
249249
# a: 1

0 commit comments

Comments
 (0)