From 7e0a61a3e95ea3b71ad56ee595952bf373eb7a7c Mon Sep 17 00:00:00 2001 From: Robert Jelic <36573031+NoryiE@users.noreply.github.com> Date: Mon, 27 Jun 2022 23:18:29 +0200 Subject: [PATCH] Update Basalt.md --- docs/objects/Basalt.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/objects/Basalt.md b/docs/objects/Basalt.md index 0822b3a..88803a1 100644 --- a/docs/objects/Basalt.md +++ b/docs/objects/Basalt.md @@ -95,8 +95,7 @@ end Stops the automatic draw and event handler which got started by basalt.autoUpdate() #### Usage: -* When the quit button is clicked, the button stops basalt updates and clears the terminal -```lua +* When the quit button is clicked, the button stops basalt auto updates ```lua local mainFrame = basalt.createFrame("myFirstFrame"):show() local aButton = mainFrame:addButton("myButton"):setPosition(2,2):setText("Stop Basalt!"):show()