From e72df9cd5fa427dced182985303a137ab334228e Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sun, 12 Dec 2021 09:03:11 -0500 Subject: [PATCH] docs: Small improvement I could not find the attributes of the element mentioned anywhere in the docs. --- gtk/gtkexpression.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtkexpression.c b/gtk/gtkexpression.c index 8ff380a64f..8cd72f802f 100644 --- a/gtk/gtkexpression.c +++ b/gtk/gtkexpression.c @@ -124,7 +124,7 @@ * * `GtkBuilder` has support for creating expressions. The syntax here can be used where * a `GtkExpression` object is needed like in a `` tag for an expression - * property, or in a `` tag to bind a property to an expression. + * property, or in a `` tag to bind a property to an expression. * * To create an property expression, use the `` element. It can have a `type` * attribute to specify the object type, and a `name` attribute to specify the property