Browse Source

Update README.md

pull/804/head
Christopher Fremond 3 years ago committed by GitHub
parent
commit
c1be65e3f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      subjects/fibonacci/README.md

2
subjects/fibonacci/README.md

@ -2,7 +2,7 @@
### Instructions
Write an **recursive** function that returns the value of fibonacci sequence matching the index passed as parameter.
Write a **recursive** function that returns the value of the fibonacci sequence matching the index passed as parameter.
The first value is at index `0`.

Loading…
Cancel
Save