ga-wdi-boston / ruby-array-methods

Introduces array methods in Ruby.
Other
0 stars 78 forks source link

Typo in reduce code along. #4

Closed gaand closed 7 years ago

gaand commented 8 years ago
-Let's use `reduce` to calculate the sum of elements in `fibs` in both Ruby.
+Let's use `reduce` to calculate the sum of elements in `fibs`.