diff --git a/gtk/gtkviewport.c b/gtk/gtkviewport.c index 09c68627d4..1e9e4e1235 100644 --- a/gtk/gtkviewport.c +++ b/gtk/gtkviewport.c @@ -40,9 +40,8 @@ /** * GtkViewport: * - * The `GtkViewport` widget acts as an adaptor class, implementing - * scrollability for child widgets that lack their own scrolling - * capabilities. + * `GtkViewport` implements scrollability for widgets that lack their + * own scrolling capabilities. * * Use `GtkViewport` to scroll child widgets such as `GtkGrid`, * `GtkBox`, and so on.