From 51ab7c0082f5d230fe388cdda032c3b7f9f3bfac Mon Sep 17 00:00:00 2001 From: ffrostfall <80861876+ffrostfall@users.noreply.github.com> Date: Mon, 9 Sep 2024 20:04:46 -0400 Subject: [PATCH] typo fix Co-authored-by: Varun Saini <61795485+vrn-sn@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 d9960d5..0144a07 100644 --- a/docs/vector-library.md +++ b/docs/vector-library.md @@ -22,7 +22,7 @@ This RFC proposes the following basic functions and constants. `vector.create(x: number, y: number, z: number): vector` -Creates a new vector with the given components. In 4-wide mode, the forth `w` component value is set to 0.0. +Creates a new vector with the given components. In 4-wide mode, the fourth `w` component value is set to 0.0. `vector.create(x: number, y: number, z: number, w: number): vector`