gstrfuncs: Drop a redundant paragraph

Signed-off-by: Adrien Plazas <aplazas@gnome.org>
This commit is contained in:
Adrien Plazas 2024-12-14 11:44:39 +01:00
parent bc56578a08
commit c777b55d1a

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`.
*