From a9319c3d4dfba3d022544467a7b447ef38b15dfd Mon Sep 17 00:00:00 2001 From: Bituvo Date: Sun, 21 Apr 2024 09:57:12 -0400 Subject: [PATCH] Fix word --- doc/lua_api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/lua_api.md b/doc/lua_api.md index 0c98676aa..fb97cfc5f 100644 --- a/doc/lua_api.md +++ b/doc/lua_api.md @@ -6982,7 +6982,7 @@ You can use the gennotify mechanism to transfer this information. * Gets the internal content ID of `name` * `minetest.get_name_from_content_id(content_id)`: returns a string * Gets the name of the content with that content ID -* `minetest.parse_json(string[, nullvalue])`: returns parsed datatype +* `minetest.parse_json(string[, nullvalue])`: returns parsed data * Convert a string containing JSON data into the Lua equivalent * `nullvalue`: returned in place of the JSON null; defaults to `nil` * On success returns a table, a string, a number, a boolean or `nullvalue`