Skip to content

Commit 2a87ab7

Browse files
committed
Completed the Max exercise
1 parent eff057e commit 2a87ab7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/max.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ def max(list)
2727
# "If this file is the file currently being executed, then..."
2828
#
2929
# __FILE__ is always the name of the current file.
30-
# $0 is always the name of the program beind executed.
30+
# $0 is always the name of the program being executed.
3131
#
3232
# This means that if we run this file directly, i.e.,
3333
# ruby max.rb

0 commit comments

Comments
 (0)