From 6bd46779fcb9c0e57542b3be7b0c7a9a48d2006a Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 1 Mar 2021 01:33:21 -0500 Subject: [PATCH] editable: Tweak docs --- gtk/gtkeditable.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/gtk/gtkeditable.c b/gtk/gtkeditable.c index 1f64c595df..f822921277 100644 --- a/gtk/gtkeditable.c +++ b/gtk/gtkeditable.c @@ -25,8 +25,7 @@ /** * GtkEditable: * - * The `GtkEditable` interface is an interface which should be implemented - * by text editing widgets. + * `GtkEditable` is an interface for text editing widgets. * * Typical examples of editable widgets are [class@Gtk.Entry] and * [class@Gtk.SpinButton]. It contains functions for generically manipulating