Don't use old syntax in docs

This commit is contained in:
Olivier Goffart 2023-04-06 16:58:07 +02:00
parent 4bc741a04c
commit fd3f974d7e
8 changed files with 23 additions and 23 deletions

View file

@ -115,7 +115,7 @@ similar to API that's created for your `.slint` component.
For example the following `.slint` markup defines a global `Logic` singleton that's also exported:
```slint,ignore
export global Logic := {
export global Logic {
callback to_uppercase(string) -> string;
}
```