Skip to content

Commit

Permalink
Fix typo in lua_api.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
PilzAdam committed Nov 8, 2013
1 parent 1d856b7 commit 1afd359
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/lua_api.txt
Expand Up @@ -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
Expand Down

0 comments on commit 1afd359

Please sign in to comment.