From f6ff03bf093a0e3f5afea12ec08a5ec4637d1d94 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 1 Mar 2021 01:42:20 -0500 Subject: [PATCH] viewport: Tweak docs --- gtk/gtkviewport.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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.