From 9b53f1569dda7bd505b7702e7946ed4c575858ed Mon Sep 17 00:00:00 2001 From: luk3yx Date: Thu, 27 Feb 2025 17:39:22 +1300 Subject: [PATCH] Update wording --- doc/manual-positioning.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/manual-positioning.md b/doc/manual-positioning.md index 5b7e4b4..6b6a5a3 100644 --- a/doc/manual-positioning.md +++ b/doc/manual-positioning.md @@ -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`.