Skip to content

Commit e524883

Browse files
committed
Merge pull request #6 from codeunion/fix-typo-in-count-max
Fix typo in count-max
2 parents f7a7bda + 0236690 commit e524883

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)