docs: Fix another upgrade warning

This commit is contained in:
James Westman 2024-01-25 19:49:00 -06:00
parent 2bf4fa855e
commit dd2e9a10cb

View file

@ -35,7 +35,7 @@ Blueprint is a markup language and compiler for GTK 4 user interfaces.
HeaderBar {}
Label {
label: bind MyAppWindow.main_text;
label: bind template.main_text;
}
}