From 16db6bbccf18a408c726fec978eec00a6b9566d6 Mon Sep 17 00:00:00 2001 From: William Jon McCann Date: Thu, 6 Feb 2014 10:54:42 -0500 Subject: [PATCH] docs: fix quotes in example --- gtk/gtklabel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtklabel.c b/gtk/gtklabel.c index 16a04f153e..d0b5908666 100644 --- a/gtk/gtklabel.c +++ b/gtk/gtklabel.c @@ -207,7 +207,7 @@ * An example looks like this: * * |[ - * gtk_label_set_markup (label, "Go to the GTK+ website for more..."); + * gtk_label_set_markup (label, "Go to the GTK+ website for more..."); * ]| * * It is possible to implement custom handling for links and their tooltips with