Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
lua_api.txt: Fix minor typo (#9917)
  • Loading branch information
ClobberXD committed May 24, 2020
1 parent 10c3002 commit 8ee2ece
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/lua_api.txt
Expand Up @@ -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`).
Expand Down

0 comments on commit 8ee2ece

Please sign in to comment.