From e86c93f0bfe6c094014705fd659f186e2723522d Mon Sep 17 00:00:00 2001 From: "M.K" Date: Mon, 18 Jan 2021 01:45:32 +0100 Subject: Fix double word "true" in minetest.is_nan explanation (#10820) --- doc/client_lua_api.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/client_lua_api.txt b/doc/client_lua_api.txt index 36eeafcf1..098596481 100644 --- a/doc/client_lua_api.txt +++ b/doc/client_lua_api.txt @@ -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` -- cgit v1.2.3