From 8b464dc828ed19f2c80136908e67a12701cf332c Mon Sep 17 00:00:00 2001 From: ffrostfall <80861876+ffrostfall@users.noreply.github.com> Date: Mon, 9 Sep 2024 12:50:42 -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 63e0bf2..0f77591 100644 --- a/docs/vector-library.md +++ b/docs/vector-library.md @@ -42,7 +42,7 @@ Returns the angle between two vectors in radians. The axis, if specified, is use `vector.floor(vec: vector): vector` -Applies `math.floor` component-wise for each vector. Equivalent of: `vector(math.floor(vec.x), etc)`. +Applies `math.floor` component-wise for each vector. Equivalent of: `vector.create(math.floor(vec.x), etc)`. `vector.ceil(vec: vector): vector`