[gtk/matthiasc/for-master] Apply 1 suggestion(s) to 1 file(s)



commit 29344d1f23a993839f4cb0ec25bd06cb197c37d2
Author: Matthias Clasen <mclasen redhat com>
Date:   Mon Jun 29 23:03:43 2020 +0000

    Apply 1 suggestion(s) to 1 file(s)

 gtk/gtkexpression.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/gtk/gtkexpression.c b/gtk/gtkexpression.c
index 9a7cfbc00e..d3e6e0b48e 100644
--- a/gtk/gtkexpression.c
+++ b/gtk/gtkexpression.c
@@ -34,7 +34,7 @@
  * An important aspect of expressions is that the value can be obtained
  * from a source that is several steps away. For example, an expression
  * may describe ‘the value of property A of `@object1`, which is itself the
- * value of a property of @object2’. And @object1 may not even exist yet
+ * value of a property of `@object2`’. And `@object1` may not even exist yet
  * at the time that the expression is created. This is contrast to GObject
  * property bindings, which can only create direct connections between
  * the properties of two objects that must both exist for the duration


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]