We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7a7bda commit 0236690Copy full SHA for 0236690
exercises/count_max.rb
@@ -18,7 +18,7 @@
18
def count_max(list)
19
# You can write this using nothing more than the max and count_in_list
20
# 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.
+ # trying. The "require_relative" statements above make them available to us.
22
#
23
# But remember: inelegant, working code is better than elegant,
24
# unfinished code.
0 commit comments