mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-03-15 20:25:12 +01:00
gstrfuncs: Fix a typo in a documentation comment
Signed-off-by: Philip Withnall <withnall@endlessm.com>
This commit is contained in:
parent
c68f66c19e
commit
e61c3c628d
@ -3099,7 +3099,7 @@ g_str_tokenize_and_fold (const gchar *string,
|
||||
* "Smith, Fred" and also "Frédéric". Searching for "Fréd" would match
|
||||
* "Frédéric" but not "Frederic" (due to the one-directional nature of
|
||||
* accent matching). Searching "fo" would match "Foo" and "Bar Foo
|
||||
* Baz", but not "SFO" (because no word as "fo" as a prefix).
|
||||
* Baz", but not "SFO" (because no word has "fo" as a prefix).
|
||||
*
|
||||
* Returns: %TRUE if @potential_hit is a hit
|
||||
*
|
||||
|
Loading…
x
Reference in New Issue
Block a user