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 eff057e commit 2a87ab7Copy full SHA for 2a87ab7
exercises/max.rb
@@ -27,7 +27,7 @@ def max(list)
27
# "If this file is the file currently being executed, then..."
28
#
29
# __FILE__ is always the name of the current file.
30
-# $0 is always the name of the program beind executed.
+# $0 is always the name of the program being executed.
31
32
# This means that if we run this file directly, i.e.,
33
# ruby max.rb
0 commit comments