From 31714e5c1d9e85b22c067e902e1a6d57c3d7f17f Mon Sep 17 00:00:00 2001 From: Fred Morcos Date: Mon, 3 Jan 2022 10:27:51 +0000 Subject: [PATCH] Minor doc fix --- gdk/gdkcursor.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/gdk/gdkcursor.c b/gdk/gdkcursor.c index e3aea8e653..ccb7e39b77 100644 --- a/gdk/gdkcursor.c +++ b/gdk/gdkcursor.c @@ -47,8 +47,7 @@ * Cursors by themselves are not very interesting: they must be bound to a * window for users to see them. This is done with [method@Gdk.Surface.set_cursor] * or [method@Gdk.Surface.set_device_cursor]. Applications will typically - * use higher-level GTK functions such as [method@Gtk.Widget.set_cursor]` - * instead. + * use higher-level GTK functions such as [method@Gtk.Widget.set_cursor] instead. * * Cursors are not bound to a given [class@Gdk.Display], so they can be shared. * However, the appearance of cursors may vary when used on different