Merge branch 'drop-redundant-paragraph' into 'main'

gstrfuncs: Drop a redundant paragraph

See merge request GNOME/glib!4441
This commit is contained in:
Simon McVittie 2024-12-14 18:33:16 +00:00
commit ce991fc930

View File

@ -3258,10 +3258,6 @@ g_strv_contains (const gchar * const *strv,
* of order, sort the arrays first (using [func@GLib.qsort_with_data]
* or similar).
*
* Elements are compared using [func@GLib.str_equal]. To match independently
* of order, sort the arrays first (using [func@GLib.qsort_with_data]
* or similar).
*
* Two empty arrays are considered equal. Neither @strv1 nor @strv2 may be
* `NULL`.
*