Skip to content

Commit

Permalink
Fix syntax error (#322)
Browse files Browse the repository at this point in the history
  • Loading branch information
BNAndras authored Jul 10, 2024
1 parent 4407c1c commit 6701212
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exercises/practice/matching-brackets/.meta/example.coffee
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
class MatchingBrackets
@isPaired (value) ->
@isPaired: (value) ->
stack = []
for char in value
if char in ['[', '{', '(']
Expand Down

0 comments on commit 6701212

Please sign in to comment.