mirror of
https://github.com/minetest/minetest.git
synced 2024-11-27 01:53:45 +01:00
Fix double word "true" in minetest.is_nan explanation (#10820)
This commit is contained in:
parent
5e6df0e7be
commit
e86c93f0bf
@ -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`
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user