Skip to content

Commit a1b444b

Browse files
authoredJun 17, 2020
Fix typo (#10043)
1 parent 3a6dfda commit a1b444b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎doc/menu_lua_api.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Description of formspec language to show your menu is in lua_api.txt
1111
Callbacks
1212
---------
1313

14-
core.buttonhandler(fields): called when a button is pressed.
14+
core.button_handler(fields): called when a button is pressed.
1515
^ fields = {name1 = value1, name2 = value2, ...}
1616
core.event_handler(event)
1717
^ event: "MenuQuit", "KeyEnter", "ExitButton" or "EditBoxEnter"

0 commit comments

Comments
 (0)