Update docs/vector-library.md

Co-authored-by: vegorov-rbx <75688451+vegorov-rbx@users.noreply.github.com>
This commit is contained in:
ffrostfall 2024-09-09 12:50:49 -04:00 committed by GitHub
parent 8b464dc828
commit 74fde4d103
Signed by: DevComp
GPG key ID: B5690EEEBB952194

View file

@ -62,7 +62,7 @@ Applies `math.clamp` component-wise for each vector. Equivalent of: `vector(math
`vector.max(...: vector): vector`
Applies `math.max` component-wise for each vector. Equivalent of: `vector(math.max((...).x), etc)`.
Applies `math.max` component-wise for each vector. Equivalent of: `vector.create(math.max((...).x), etc)`.
`vector.min(...: vector): vector`