diff options
Diffstat (limited to 'doc/classes/Container.xml')
-rw-r--r-- | doc/classes/Container.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/Container.xml b/doc/classes/Container.xml index 09f6c08bd0..215dc94d79 100644 --- a/doc/classes/Container.xml +++ b/doc/classes/Container.xml @@ -4,7 +4,7 @@ Base node for containers. </brief_description> <description> - Base node for containers. A [code]Container[/code] contains other controls and automatically arranges them in a certain way. + Base node for containers. A [Container] contains other controls and automatically arranges them in a certain way. A Control can inherit this to create custom container classes. </description> <tutorials> |