summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorBjörn Daase <bjoern@daase.net>2020-08-21 15:34:38 +0200
committerBjörn Daase <bjoern@daase.net>2020-08-21 15:35:29 +0200
commit3ef777255237c81b6e0e2bf5fa5ff0cb7f4e0fe9 (patch)
treed56972c25657d6ce0fa3a17745c25d6ae0e289b6 /docs
parent24ce38bb36dd252764794b8c3293e01812df1fd9 (diff)
downloadgtk+-3ef777255237c81b6e0e2bf5fa5ff0cb7f4e0fe9.tar.gz
docs: Reword GtkTreeView question 28
Diffstat (limited to 'docs')
-rw-r--r--docs/reference/gtk/question_index.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/reference/gtk/question_index.md b/docs/reference/gtk/question_index.md
index ac7a174b19..e5e71174bf 100644
--- a/docs/reference/gtk/question_index.md
+++ b/docs/reference/gtk/question_index.md
@@ -445,7 +445,7 @@ the question you have, this list is a good place to start.
gtk_list_store_set() and gtk_tree_store_set(), but can't read it back?
Both the #GtkTreeStore and the #GtkListStore implement the #GtkTreeModel
- interface. Consequently, you can use any function this interface
+ interface. As a consequence, you can use any function this interface
implements. The easiest way to read a set of data back is to use
gtk_tree_model_get().