Merge branch 'fix-label-docs' into 'main'

Docs: Fix unfenced HTML tag in GtkLabel docs

See merge request GNOME/gtk!6650
This commit is contained in:
Matthias Clasen 2023-12-08 10:17:59 +00:00
commit 75d259eedf

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.
*