GtkFlowBox: Fix copy/paste mistake in docs

This commit is contained in:
Timm Bäder 2015-12-09 17:15:04 +01:00
parent 776f034e2d
commit c02f68f0ba

View File

@ -4994,8 +4994,8 @@ gtk_flow_box_invalidate_filter (GtkFlowBox *box)
* gtk_flow_box_child_changed()) and when gtk_flow_box_invalidate_sort()
* is called.
*
* + * Note that using a sort function is incompatible with using a model
* + * (see gtk_list_box_bind_model()).
* Note that using a sort function is incompatible with using a model
* (see gtk_flow_box_bind_model()).
*
* Since: 3.12
*/