From 23ea33b65668bd2eb81c839bb052f6305f7bbefa Mon Sep 17 00:00:00 2001 From: Bilal Elmoussaoui Date: Tue, 25 May 2021 20:29:46 +0000 Subject: [PATCH] gtk: drop unwanted char on Switch::state-set docs link --- gtk/gtkswitch.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtkswitch.c b/gtk/gtkswitch.c index 1c5916edd0..5f7fff01bf 100644 --- a/gtk/gtkswitch.c +++ b/gtk/gtkswitch.c @@ -749,7 +749,7 @@ gtk_switch_get_active (GtkSwitch *self) * * Normally, this is the same as [property@Gtk.Switch:active], unless * the switch is set up for delayed state changes. This function is - * typically called from a [signal@Gtk.Switch`::state-set] signal handler. + * typically called from a [signal@Gtk.Switch::state-set] signal handler. * * See [signal@Gtk.Switch::state-set] for details. */