summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gtk/gtkframe.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtkframe.c b/gtk/gtkframe.c
index 85f61f8003..3b3ba300d3 100644
--- a/gtk/gtkframe.c
+++ b/gtk/gtkframe.c
@@ -78,8 +78,8 @@
* ╰── <child>
* ]|
*
- * GtkFrame has a main CSS node with name frame.
- * The style class .flat can appear with the main node.
+ * GtkFrame has a main CSS node with name frame. This node can be given the
+ * style class .flat, which disables drawing of the border.
*/
struct _GtkFramePrivate