Skip to content

Commit

Permalink
Typo in method name in custom-set stub
Browse files Browse the repository at this point in the history
  • Loading branch information
glennj committed Oct 8, 2024
1 parent 749d7e2 commit c34c9d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exercises/practice/custom-set/custom-set.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class CustomSet

disjoint: (other) ->

equall: (other) ->
equal: (other) ->

add: (value) ->

Expand Down

0 comments on commit c34c9d4

Please sign in to comment.