docs: Fix some warnings

This commit is contained in:
James Westman 2023-05-06 21:34:17 -05:00
parent 8fcd08c835
commit 77dc9350e9
4 changed files with 6 additions and 8 deletions

View file

@ -202,7 +202,7 @@ The template type is `Gtk.ListItem <https://docs.gtk.org/gtk4/class.ListItem.htm
template {
child: Label {
label: bind item.string;
}
};
}
}