Skip to content

Commit 95d6550

Browse files
committed
Merge pull request timoxley#34 from h0ke/master
fix typo in Basic Recursion
2 parents c58c5cd + ec6aaae commit 95d6550

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

problems/basic_recursion/problem.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Implement Array#reduce using recursion.
99
To test your reduction works correctly we will use your reduce implementation to execute our solution
1010
to the previous basic_reduce problem. i.e. your reduce function will be passed an array of words, and
1111
a function, and an initial value which will return an object containing the counts for each word found
12-
in the array. You don't need to implement this functionality, it will supplied to your reduce
12+
in the array. You don't need to implement this functionality, it will be supplied to your reduce
1313
implementation.
1414

1515
For simplicity, your implementation of reduce **need not replicate the behaviour of a reduce missing an initial value**.

0 commit comments

Comments
 (0)