ui: documentation fixes

Signed-off-by: Elias Naur <mail@eliasnaur.com>
This commit is contained in:
Elias Naur
2019-08-11 19:48:16 +02:00
parent c4c75d42ef
commit a296903c76
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -43,7 +43,7 @@ This example both aligns and insets a child:
dims = inset.End(dims)
More complex layouts such as Stack and Flex lay out multiple children,
but follow the same pattern of constraints and dimensions.
and stateful layouts such as List accept user input.
*/
package layout