Browse Source

Fix typo

pull/826/head
Augusto 3 years ago
parent
commit
64280edf52
  1. 2
      subjects/recursivepower/README.md

2
subjects/recursivepower/README.md

@ -2,7 +2,7 @@
### Instructions
Write a **recursive** function that returns the the value of `nb` to the power `power`.
Write a **recursive** function that returns the value of `nb` to the power of `power`.
Negative powers will return `0`. Overflows do **not** have to be dealt with.

Loading…
Cancel
Save