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 3997e93 commit 9b328d7Copy full SHA for 9b328d7
exercises/mean.rb
@@ -6,7 +6,7 @@
6
# See: https://www.freemathhelp.com/arithmetic-mean.html
7
#
8
# For example,
9
-# The mean of 5 and 2 is 2.5 since (5 + 2)/2 is 2.5
+# The mean of 5 and 2 is 2.5 since (5 + 2)/2 is 3.5
10
# The mean of 5 and 5 is 5.0 since (5 + 5)/2 is 5.0
11
# The mean of 10, 20, and 30 is 20.0 since (10 + 20 + 30)/3 is 20.0
12
# etc.
0 commit comments