Skip to content

Commit fa2586b

Browse files
committed
fix tests and ensure all pass
1 parent 4dea38f commit fa2586b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sprint-2/implement/tally.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ const tally = require("./tally.js");
55
*
66
* In this task, you'll need to implement a function called tally
77
* that will take a list of items and count the frequency of each item
8-
* in an array
8+
* in an arraynp
99
*
1010
* For example:
1111
*

0 commit comments

Comments
 (0)