mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-04 02:39:28 +00:00
doc: Add missing space as word separator
This commit is contained in:
parent
e0d1d4366d
commit
b34e365701
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue