Skip to content

Commit 8e5829e

Browse files
committed
Update stub
1 parent 51e00ab commit 8e5829e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/concept/bird-watcher/bird-watcher.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export function birdsInWeek(birdsPerDay, week) {
3030
* by one for every second day.
3131
*
3232
* @param {number[]} birdsPerDay
33-
* @returns {number[]} corrected bird count data
33+
* @returns {void} should not return anything
3434
*/
3535
export function fixBirdCountLog(birdsPerDay) {
3636
throw new Error('Please implement the fixBirdCountLog function');

0 commit comments

Comments
 (0)