spelling: hyperbolic

This commit is contained in:
Josh Soref 2021-11-04 00:35:26 -04:00
parent edb144cd0a
commit 1ede194c62

View file

@ -205,7 +205,7 @@ Rounds `n` upwards to the next integer boundary.
function math.cosh(n: number): number
```
Returns the hyberbolic cosine of `n`.
Returns the hyperbolic cosine of `n`.
```
function math.cos(n: number): number