doc: Add missing space as word separator

This commit is contained in:
Simon Hausmann 2023-10-17 13:32:32 +02:00
parent e0d1d4366d
commit b34e365701

View file

@ -231,7 +231,7 @@ The default value of each enum type is always the first value.
Arrays are declared by wrapping `[` and `]` square brackets around the type of the array elements.
Array literals as well as properties holding arrays act as models in`for` expressions.
Array literals as well as properties holding arrays act as models in `for` expressions.
```slint,no-preview
export component Example {