Update wording

This commit is contained in:
luk3yx 2025-02-27 17:39:22 +13:00
parent 1c5c7682fa
commit 9b53f1569d

View File

@ -36,5 +36,5 @@ gui.VBox{
}
```
Note that you cannot nest layouted elements (like `gui.VBox`) inside
Note that you should not nest layouted elements (like `gui.VBox`) inside
`gui.Container`.