Browse Source

Fix typo in exercise `fibonacci2` in the Rust piscine

pull/788/head
Augusto 3 years ago
parent
commit
9eafb4fd83
  1. 2
      subjects/fibonacci2/README.md

2
subjects/fibonacci2/README.md

@ -4,7 +4,7 @@
Complete the body of the **function** `fibonacci`.
This functions receives a number `n` and returns the nth number in the fibonacci series.
This function receives a number `n` and returns the `n`th number in the fibonacci series.
The Fibonacci Series starts like this: 0, 1, 1, 2, 3, 5, 8, 13 etc...

Loading…
Cancel
Save