mirror of
https://github.com/luau-lang/rfcs.git
synced 2025-04-18 10:53:46 +01:00
Update docs/vector-library.md
Co-authored-by: vegorov-rbx <75688451+vegorov-rbx@users.noreply.github.com>
This commit is contained in:
parent
eee5bd2233
commit
1efe223727
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ Applies `math.max` component-wise for each vector. Equivalent of: `vector.create
|
||||||
|
|
||||||
`vector.min(...: vector): vector`
|
`vector.min(...: vector): vector`
|
||||||
|
|
||||||
Applies `math.min` component-wise for each vector. Equivalent of: `vector(math.min((...).x), etc)`.
|
Applies `math.min` component-wise for each vector. Equivalent of: `vector.create(math.min((...).x), etc)`.
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue