From eee5bd2233ea5f0e542eb59a57bac77d5872b0b2 Mon Sep 17 00:00:00 2001 From: ffrostfall <80861876+ffrostfall@users.noreply.github.com> Date: Mon, 9 Sep 2024 12:51:09 -0400 Subject: [PATCH] Update docs/vector-library.md Co-authored-by: vegorov-rbx <75688451+vegorov-rbx@users.noreply.github.com> --- docs/vector-library.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/vector-library.md b/docs/vector-library.md index 96a2818..e8c4b1d 100644 --- a/docs/vector-library.md +++ b/docs/vector-library.md @@ -58,7 +58,7 @@ Applies `math.ceil` component-wise for each vector. Equivalent of: `vector.creat `vector.abs(vec: vector): vector` -Applies `math.abs` component-wise for each vector. Equivalent of: `vector(math.abs(vec.x), etc)`. +Applies `math.abs` component-wise for each vector. Equivalent of: `vector.create(math.abs(vec.x), etc)`. `vector.sign(vec: vector): vector`