From 350a7759631c8f2246cdc66c7d8f62538151196d Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sun, 28 Feb 2021 12:56:12 -0500 Subject: [PATCH] Constraint: Tweak docs --- gtk/gtkconstraint.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gtk/gtkconstraint.c b/gtk/gtkconstraint.c index a707465a32..191015f232 100644 --- a/gtk/gtkconstraint.c +++ b/gtk/gtkconstraint.c @@ -20,8 +20,8 @@ /** * GtkConstraint: * - * `GtkConstraint` describes a constraint between an attribute on a widget - * and another attribute on another widget, expressed as a linear equation. + * `GtkConstraint` describes a constraint between attributes of two widgets, + * expressed as a linear equation. * * The typical equation for a constraint is: *