From 6fec018cbd8e5abd22e72041fbaf622604b1ee14 Mon Sep 17 00:00:00 2001 From: "FeRD (Frank Dana)" Date: Fri, 8 Dec 2023 02:29:10 -0500 Subject: [PATCH] Docs: Fix unfenced HTML tag in GtkLabel docs --- gtk/gtklabel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtklabel.c b/gtk/gtklabel.c index 6f2ecde162..b94ae1d4a2 100644 --- a/gtk/gtklabel.c +++ b/gtk/gtklabel.c @@ -96,7 +96,7 @@ * * The GtkLabel implementation of the GtkBuildable interface supports a * custom `` element, which supports any number of `` - * elements. The element has attributes named “name“, “value“, + * elements. The `` element has attributes named “name“, “value“, * “start“ and “end“ and allows you to specify [struct@Pango.Attribute] * values for this label. *