Skip to content

Commit

Permalink
Fix typo: vector.check() ought to be vector.check(v)
Browse files Browse the repository at this point in the history
  • Loading branch information
appgurueu committed Apr 24, 2022
1 parent a13cf0e commit 48d1bca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/lua_api.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3421,7 +3421,7 @@ vectors are written like this: `(x, y, z)`:
* Returns the cross product of `v1` and `v2`.
* `vector.offset(v, x, y, z)`:
* Returns the sum of the vectors `v` and `(x, y, z)`.
* `vector.check()`:
* `vector.check(v)`:
* Returns a boolean value indicating whether `v` is a real vector, eg. created
by a `vector.*` function.
* Returns `false` for anything else, including tables like `{x=3,y=1,z=4}`.
Expand Down

0 comments on commit 48d1bca

Please sign in to comment.