Janitor: update docs to new syntax

This commit is contained in:
Olivier Goffart 2024-10-08 11:03:19 +02:00
parent 35cfed3a10
commit 552e4c0520

View file

@ -447,7 +447,7 @@ export global Logic {
// You can collect other global properties here // You can collect other global properties here
} }
export Recipe := Window { export component Recipe inherits Window {
VerticalBox { VerticalBox {
input := LineEdit { input := LineEdit {
text: "Text to be transformed"; text: "Text to be transformed";