From: Thomas Lange Date: Thu, 17 Nov 2022 03:46:01 +0000 (+0000) Subject: label: Fix markup doc example X-Git-Tag: archive/raspbian/4.12.3+ds-1+rpi1~1^2^2^2~22^2~9^2~98^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=7adf720f08f63fcf3ae417801c90d41cecb7f408;p=gtk4.git label: Fix markup doc example --- diff --git a/gtk/gtklabel.c b/gtk/gtklabel.c index 5f8dd50d2d..8074cb4b1f 100644 --- a/gtk/gtklabel.c +++ b/gtk/gtklabel.c @@ -232,8 +232,8 @@ * * ```c * const char *text = - * "Go to the" - * "" + * "Go to the " + * "" * "GTK website for more..."; * GtkWidget *label = gtk_label_new (NULL); * gtk_label_set_markup (GTK_LABEL (label), text);