Skip to content

Commit 73ecd6c

Browse files
authored
Typo in method name in custom-set stub (exercism#356)
1 parent 749d7e2 commit 73ecd6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/practice/custom-set/custom-set.coffee

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ class CustomSet
99

1010
disjoint: (other) ->
1111

12-
equall: (other) ->
12+
equal: (other) ->
1313

1414
add: (value) ->
1515

0 commit comments

Comments
 (0)