diff --git a/docs/objects/Basalt.md b/docs/objects/Basalt.md index d0aa1ba..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 ``` @@ -143,4 +143,3 @@ Also basalt.debugFrame and basalt.debugList are available. ```lua basalt.debug("Hello! ", "^-^") ``` -