docs: Fix typo in description of GtkExpression
authorMarcel Tiede <33569-badcel@users.noreply.gitlab.gnome.org>
Mon, 18 Apr 2022 06:20:19 +0000 (06:20 +0000)
committerMarcel Tiede <33569-badcel@users.noreply.gitlab.gnome.org>
Mon, 18 Apr 2022 06:20:19 +0000 (06:20 +0000)
gtk/gtkexpression.c

index 14bea1111b0af02a0ce544edffc8dc01c17d37e2..8750782bddb45c61d857d029f4b289c5e7f41c51 100644 (file)
  * a `GtkExpression` object is needed like in a `<property>` tag for an expression
  * property, or in a `<binding name="property">` tag to bind a property to an expression.
  *
- * To create an property expression, use the `<lookup>` element. It can have a `type`
+ * To create a property expression, use the `<lookup>` element. It can have a `type`
  * attribute to specify the object type, and a `name` attribute to specify the property
  * to look up. The content of `<lookup>` can either be an element specfiying the expression
  * to use the object, or a string that specifies the name of the object to use.