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 {