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



commit eb2b680a94b8c69ccf71e2a20bc8dcb1fa1aa902
Author: Matthias Clasen <mclasen redhat com>
Date:   Mon Jun 29 23:03:58 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 3314bc818f..bb06a6f9e9 100644
--- a/gtk/gtkexpression.c
+++ b/gtk/gtkexpression.c
@@ -60,7 +60,7 @@
  *                                           "name");
  * ]|
  * when evaluated with `this` being a `GtkListItem`, it will obtain the
- * "item" property from the GtkListItem, and then obtain the "name" property
+ * "item" property from the `GtkListItem`, and then obtain the "name" property
  * from the resulting object (which is assumed to be of type GTK_TYPE_COLOR).
  *
  * A more concise way to describe this would be


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