border: Tweak docs

This commit is contained in:
Matthias Clasen 2021-03-01 01:31:25 -05:00 committed by Emmanuele Bassi
parent 1a504feab9
commit e8bba52190

View File

@ -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
{