From e8bba52190c1483bfd8ab1113aef543e30b40d4e Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 1 Mar 2021 01:31:25 -0500 Subject: [PATCH] border: Tweak docs --- gtk/gtkborder.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gtk/gtkborder.h b/gtk/gtkborder.h index adfa29e764..0d4918c62e 100644 --- a/gtk/gtkborder.h +++ b/gtk/gtkborder.h @@ -45,8 +45,9 @@ typedef struct _GtkBorder GtkBorder; * @top: The width of the top border * @bottom: The width of the bottom border * - * A struct that specifies a border around a rectangular area - * that can be of different width on each side. + * A struct that specifies a border around a rectangular area. + * + * Each side can have different width. */ struct _GtkBorder {