Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix small mistake in Lua API docs
  • Loading branch information
sfan5 committed Dec 6, 2013
1 parent 35f88ac commit e156810
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doc/lua_api.txt
Expand Up @@ -1105,6 +1105,7 @@ minetest.pos_to_string({x=X,y=Y,z=Z}) -> "(X,Y,Z)"
^ Convert position to a printable string
minetest.string_to_pos(string) -> position
^ Same but in reverse
minetest.formspec_escape(string) -> string
^ escapes characters [ ] \ , ; that can not be used in formspecs
minetest.is_yes(arg)
^ returns whether arg can be interpreted as yes
Expand Down

0 comments on commit e156810

Please sign in to comment.