mirror of
https://github.com/luau-lang/luau.git
synced 2025-04-04 10:50:54 +01:00
spelling: hyperbolic
This commit is contained in:
parent
edb144cd0a
commit
1ede194c62
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue