Update Flexbox.md

very small fix
This commit is contained in:
Robert Jelic
2023-05-19 15:52:13 +02:00
parent 631eef525c
commit cbc8ca5c5b

View File

@@ -34,7 +34,6 @@ Here's an example of how to create a Flexbox object:
```lua
local main = basalt.createFrame()
local main = basalt.createFrame()
local flexbox = main:addFlexbox()
:setDirection("column")
:setJustifyContent("space-between")