docs: Cosmetics
authorMatthias Clasen <mclasen@redhat.com>
Tue, 23 May 2023 11:05:29 +0000 (07:05 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Sat, 27 May 2023 18:40:49 +0000 (14:40 -0400)
gtk/gtksectionmodel.c

index eccbe7236905a6f27d0dad5b3f844354b679d69b..5e9c2eb10eccc6bd2e8de9f42b08a16dc6de6fc4 100644 (file)
@@ -194,10 +194,11 @@ gtk_list_model_get_section (GListModel *self,
  * @n_items: the number of changed items
  *
  * This function emits the [signal@Gtk.SectionModel::section-changed]
- * signal to notify about changes to sections. It must cover all
- * positions that used to be a section start or that are now a section
- * start. It does not have to cover all positions for which the section
- * has changed.
+ * signal to notify about changes to sections.
+ *
+ * It must cover all positions that used to be a section start or that
+ * are now a section start. It does not have to cover all positions for
+ * which the section has changed.
  *
  * The [signal@Gio.ListModel::items-changed] implies the effect of the
  * [signal@Gtk.SectionModel::section-changed] signal for all the items