docs(fibonacci2): correct typo in usage heading

This commit is contained in:
davhojt 2022-08-02 17:43:20 +03:00 committed by Dav Hojt
parent 9848384faa
commit 91ac481d9f
1 changed files with 1 additions and 1 deletions

View File

@ -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: