From eacfa2a966ed9465c903b8c304c951899e295820 Mon Sep 17 00:00:00 2001 From: Marco Melorio Date: Tue, 13 Jul 2021 22:53:19 +0000 Subject: [PATCH] doc: Syntax fixes --- gtk/gtkwidget.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gtk/gtkwidget.c b/gtk/gtkwidget.c index 459aeba2fe..724ee32eae 100644 --- a/gtk/gtkwidget.c +++ b/gtk/gtkwidget.c @@ -5322,9 +5322,9 @@ gtk_widget_has_visible_focus (GtkWidget *widget) * toplevel. * * This does not mean that the [property@Gtk.Widget:has-focus] - * property is necessarily set; [property@Gtk,Widget:has-focus] + * property is necessarily set; [property@Gtk.Widget:has-focus] * will only be set if the toplevel widget additionally has the - * global input focus.) + * global input focus. * * Returns: %TRUE if the widget is the focus widget. */