Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix typo (#10043)
  • Loading branch information
oilboi committed Jun 17, 2020
1 parent 3a6dfda commit a1b444b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/menu_lua_api.txt
Expand Up @@ -11,7 +11,7 @@ Description of formspec language to show your menu is in lua_api.txt
Callbacks
---------

core.buttonhandler(fields): called when a button is pressed.
core.button_handler(fields): called when a button is pressed.
^ fields = {name1 = value1, name2 = value2, ...}
core.event_handler(event)
^ event: "MenuQuit", "KeyEnter", "ExitButton" or "EditBoxEnter"
Expand Down

0 comments on commit a1b444b

Please sign in to comment.