Page 1 of 1

Typo in lua_api.txt

PostPosted: Thu Nov 07, 2013 21:42
by stu
https://github.com/celeron55/minetest/blob/master/doc/lua_api.txt#L1039

Should be vector.equals not vector.equal

I noticed this a while ago but forgot to report it. A recent frustrating encounter has prompted me to do so now.

PostPosted: Fri Nov 08, 2013 18:11
by PilzAdam
The typo is fixed.

Note that you linked an outdated version of lua_api.txt, the real thing is at https://github.com/minetest/minetest/blob/master/doc/lua_api.txt

PostPosted: Fri Nov 08, 2013 18:25
by stu
PilzAdam wrote:The typo is fixed.

Note that you linked an outdated version of lua_api.txt, the real thing is at https://github.com/minetest/minetest/blob/master/doc/lua_api.txt

My appologies, I was not sure how to link a specific line so I just copied the link from another (quite old) post and changed the line number.
I do use the current one for reference, though thanks for pointing that out all the same.