Skip to content

Commit 6c6cd31

Browse files
authored
Update recursion.js
1 parent de6985d commit 6c6cd31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/recursion.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Complete the following functions.
22

33
const nFibonacci = (n) => {
4-
// fibonacci sequence: 1 2 3 5 8 13 ...
4+
// fibonacci sequence: 1 1 2 3 5 8 13 ...
55
// return the nth number in the sequence
66
};
77

0 commit comments

Comments
 (0)