Skip to content

Commit 0236690

Browse files
committed
Fix typo in count-max
1 parent f7a7bda commit 0236690

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/count_max.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
def count_max(list)
1919
# You can write this using nothing more than the max and count_in_list
2020
# methods that you've already written. You do not HAVE to, but it's worth
21-
# trying. The "requite_relative" statements above make them available to us.
21+
# trying. The "require_relative" statements above make them available to us.
2222
#
2323
# But remember: inelegant, working code is better than elegant,
2424
# unfinished code.

0 commit comments

Comments
 (0)