Skip to content

Commit 3997e93

Browse files
committed
Fix typo in sum.rb
1 parent 2fee5fd commit 3997e93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/sum.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# Things we'll need:
1010
# 1. Something to keep track of the running total
1111
# 2. Something that goes through the list one number at a time
12-
# 3. Something that adds the current number to the running totao
12+
# 3. Something that adds the current number to the running total
1313
#
1414
# For (3), consider these bits of Ruby:
1515
# total = 10 # assign the value 10 to the variable "total"

0 commit comments

Comments
 (0)