[FIXED] Typo in exercise error message

There is a typo in one of the error messages in this exercise. How should this be reported?
The function should return a call to resursiveFactorial(n - 1) multiplied by n .
…the function name is recursiveFactorial.

1 Like

Thanks for reporting, @codeblaster36713 . I’ve reported the typo to the CC team.

1 Like

The typo has been corrected:
image

Thanks again, @codeblaster36713, for reporting. :+1:

1 Like

Impressive response. :+1:

I only reported it. The credit for the fix goes to @catower. :tada:

2 Likes