Browse Source

docs(fibonacci2): correct typo in usage heading

pull/1372/head
davhojt 2 years ago committed by Dav Hojt
parent
commit
91ac481d9f
  1. 2
      subjects/fibonacci2/README.md

2
subjects/fibonacci2/README.md

@ -13,7 +13,7 @@ This function receives a number `n` and returns the `n`th number in the fibonacc
The Fibonacci Series starts like this: 0, 1, 1, 2, 3, 5, 8, 13 etc...
### Usag
### Usage
Here is a possible test for your function:

Loading…
Cancel
Save