Skip to content

Commit

Permalink
Fix typo in lua_api.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeno- committed Dec 14, 2014
1 parent dcbf1b3 commit 06207ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/lua_api.txt
Expand Up @@ -2560,7 +2560,7 @@ Node definition (register_node)
^ Node destructor; always called after removing node
^ default: nil

after_place_node = func(pos, placer, itemstack, pointed_thing),
after_place_node = func(pos, placer, itemstack, pointed_thing)
^ Called after constructing node when node was placed using
minetest.item_place_node / minetest.place_node
^ If return true no item is taken from itemstack
Expand Down

0 comments on commit 06207ac

Please sign in to comment.