diff --git a/gtk/gtkflowbox.c b/gtk/gtkflowbox.c index d035174237..775d0a0fd8 100644 --- a/gtk/gtkflowbox.c +++ b/gtk/gtkflowbox.c @@ -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 */