Skip to content
Snippets Groups Projects
Commit 1afd3595 authored by PilzAdam's avatar PilzAdam
Browse files

Fix typo in lua_api.txt

parent 1d856b73
Branches
Tags
No related merge requests found
......@@ -1073,7 +1073,7 @@ vector.distance(p1, p2) -> number
vector.length(v) -> number
vector.normalize(v) -> vector
vector.round(v) -> vector
vector.equal(v1, v2) -> bool
vector.equals(v1, v2) -> bool
For the folowing x can be either a vector or a number.
vector.add(v, x) -> vector
vector.subtract(v, x) -> vector
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment