Skip to content

Commit 6701212

Browse files
authored
Fix syntax error (#322)
1 parent 4407c1c commit 6701212

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/practice/matching-brackets/.meta/example.coffee

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
class MatchingBrackets
2-
@isPaired (value) ->
2+
@isPaired: (value) ->
33
stack = []
44
for char in value
55
if char in ['[', '{', '(']

0 commit comments

Comments
 (0)