mirror of
https://github.com/luau-lang/rfcs.git
synced 2025-04-19 19:34:00 +01:00
fix typo
This commit is contained in:
parent
6c8890aabe
commit
a98da0992d
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ Applies `math.max` component-wise for each vector. Equivalent of: `vector(math.m
|
|||
|
||||
`vector.min(...: vector): vector`
|
||||
|
||||
Applies `math.min` component-wise for each vector. Equivalent of: `vector(math.max((...).x), ect)`.
|
||||
Applies `math.min` component-wise for each vector. Equivalent of: `vector(math.min((...).x), ect)`.
|
||||
|
||||
---
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue