mirror of
https://github.com/luau-lang/rfcs.git
synced 2025-05-04 10:43:48 +01:00
typo fix
Co-authored-by: Varun Saini <61795485+vrn-sn@users.noreply.github.com>
This commit is contained in:
parent
f10b2275ec
commit
51ab7c0082
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ This RFC proposes the following basic functions and constants.
|
||||||
|
|
||||||
`vector.create(x: number, y: number, z: number): vector`
|
`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`
|
`vector.create(x: number, y: number, z: number, w: number): vector`
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue