Skip to content

Commit

Permalink
Fix double word "true" in minetest.is_nan explanation (#10820)
Browse files Browse the repository at this point in the history
  • Loading branch information
mk-pmb committed Jan 18, 2021
1 parent 5e6df0e commit e86c93f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/client_lua_api.txt
Expand Up @@ -620,7 +620,7 @@ Helper functions
* `minetest.is_yes(arg)`
* returns whether `arg` can be interpreted as yes
* `minetest.is_nan(arg)`
* returns true true when the passed number represents NaN.
* returns true when the passed number represents NaN.
* `table.copy(table)`: returns a table
* returns a deep copy of `table`

Expand Down

0 comments on commit e86c93f

Please sign in to comment.