Skip to content

Commit e86c93f

Browse files
authoredJan 18, 2021
Fix double word "true" in minetest.is_nan explanation (#10820)
1 parent 5e6df0e commit e86c93f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎doc/client_lua_api.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -620,7 +620,7 @@ Helper functions
620620
* `minetest.is_yes(arg)`
621621
* returns whether `arg` can be interpreted as yes
622622
* `minetest.is_nan(arg)`
623-
* returns true true when the passed number represents NaN.
623+
* returns true when the passed number represents NaN.
624624
* `table.copy(table)`: returns a table
625625
* returns a deep copy of `table`
626626

0 commit comments

Comments
 (0)
Please sign in to comment.