Skip to content

Commit 1afd359

Browse files
committedNov 8, 2013
Fix typo in lua_api.txt
1 parent 1d856b7 commit 1afd359

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎doc/lua_api.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1073,7 +1073,7 @@ vector.distance(p1, p2) -> number
10731073
vector.length(v) -> number
10741074
vector.normalize(v) -> vector
10751075
vector.round(v) -> vector
1076-
vector.equal(v1, v2) -> bool
1076+
vector.equals(v1, v2) -> bool
10771077
For the folowing x can be either a vector or a number.
10781078
vector.add(v, x) -> vector
10791079
vector.subtract(v, x) -> vector

0 commit comments

Comments
 (0)
Please sign in to comment.