Docs: Fix unfenced HTML tag in GtkLabel docs

This commit is contained in:
FeRD (Frank Dana)
2023-12-08 02:29:10 -05:00
parent 6d9c950b82
commit 6fec018cbd

View File

@@ -96,7 +96,7 @@
*
* The GtkLabel implementation of the GtkBuildable interface supports a
* custom `<attributes>` element, which supports any number of `<attribute>`
* elements. The <attribute> element has attributes named “name“, “value“,
* elements. The `<attribute>` element has attributes named “name“, “value“,
* “start“ and “end“ and allows you to specify [struct@Pango.Attribute]
* values for this label.
*