]> git.lizzy.rs Git - minetest.git/commitdiff
lua_api.txt: Fix minor typo (#9917)
authorANAND <ClobberXD@gmail.com>
Sun, 24 May 2020 09:48:19 +0000 (15:18 +0530)
committerGitHub <noreply@github.com>
Sun, 24 May 2020 09:48:19 +0000 (11:48 +0200)
doc/lua_api.txt

index 5b3f61c99530592d702fe87e892f14e5c949b7ef..a77c7567ea1e2b4a0d7f9d723a56f1879c430aa8 100644 (file)
@@ -4494,7 +4494,7 @@ Call these functions only at load time!
     * The same as before, except that it is called before the player crafts, to
       make craft prediction, and it should not change anything.
 * `minetest.register_allow_player_inventory_action(function(player, action, inventory, inventory_info))`
-    * Determinates how much of a stack may be taken, put or moved to a
+    * Determines how much of a stack may be taken, put or moved to a
       player inventory.
     * `player` (type `ObjectRef`) is the player who modified the inventory
       `inventory` (type `InvRef`).