Skip to content

Commit

Permalink
Fix the documentation for minetest.is_yes (#5276)
Browse files Browse the repository at this point in the history
  • Loading branch information
red-001 authored and Zeno- committed Feb 19, 2017
1 parent 00123ee commit 01b2d2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/lua_api.txt
Expand Up @@ -1914,7 +1914,7 @@ Helper functions
* `minetest.formspec_escape(string)`: returns a string
* escapes the characters "[", "]", "\", "," and ";", which can not be used in formspecs
* `minetest.is_yes(arg)`
* returns whether `arg` can be interpreted as yes
* returns true if passed 'y', 'yes', 'true' or a number that isn't zero.
* `minetest.get_us_time()`
* returns time with microsecond precision. May not return wall time.
* `table.copy(table)`: returns a table
Expand Down

0 comments on commit 01b2d2c

Please sign in to comment.