Fix typo in lua_api.txt

This commit is contained in:
PilzAdam 2013-11-08 18:16:08 +01:00
parent 1d856b734b
commit 1afd359550
1 changed files with 1 additions and 1 deletions

View File

@ -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