[gtk/prop-list: 16/70] multifilter: Small documentation improvements
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk/prop-list: 16/70] multifilter: Small documentation improvements
- Date: Sun, 22 Dec 2019 03:24:49 +0000 (UTC)
commit 93070ecb21643971300ece8bd75ccca7f36c997a
Author: Matthias Clasen <mclasen redhat com>
Date: Wed Dec 18 22:35:22 2019 -0500
multifilter: Small documentation improvements
gtk/gtkmultifilter.c | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/gtk/gtkmultifilter.c b/gtk/gtkmultifilter.c
index a9b161a5a6..906a5dbdfb 100644
--- a/gtk/gtkmultifilter.c
+++ b/gtk/gtkmultifilter.c
@@ -30,16 +30,16 @@
/**
* SECTION:gtkmultifilter
* @Title: GtkMultiFilter
- * @Short_description: Combining multiple filter
+ * @Short_description: Combining multiple filters
*
* GtkMultiFilter is the base type that implements support for handling
- * multiple filter.
+ * multiple filters.
*
* GtkAnyFilter is an implementation of GtkMultiFilter that matches an item
- * when at least one of its filter matches.
+ * when at least one of its filters matches.
*
* GtkEveryFilter is an implementation of GtkMultiFilter that matches an item
- * when each of its child filter matches.
+ * when each of its filters matches.
*/
struct _GtkMultiFilter
{
@@ -415,7 +415,7 @@ gtk_every_filter_init (GtkEveryFilter *self)
* Creates a new empty "every" filter.
* Use gtk_multi_filter_append() to add filters to it.
*
- * This filter matches an item if every of the filters added to it
+ * This filter matches an item if each of the filters added to it
* matches the item.
* In particular, this means that if no filter has been added to
* it, the filter matches every item.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]