From 3e89e73c646a5cbbe67e03daed8927bd2e5aebc6 Mon Sep 17 00:00:00 2001 From: Robert Jelic <36573031+NoryiE@users.noreply.github.com> Date: Tue, 12 Jul 2022 22:33:53 +0200 Subject: [PATCH] Update Basalt.md --- docs/objects/Basalt.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/objects/Basalt.md b/docs/objects/Basalt.md index a25d238..abaf32f 100644 --- a/docs/objects/Basalt.md +++ b/docs/objects/Basalt.md @@ -85,7 +85,7 @@ local mainFrame = basalt.createFrame("myFirstFrame"):show() local aButton = mainFrame:addButton("myButton"):setPosition(2,2):show() while true do - basalt.update(os.pullEventRaw()) +basalt.update(os.pullEventRaw()) end ```