mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-12 07:26:15 +01:00
docs: g_regex_match_all: Remove a stray ";" in an example regex
This commit is contained in:
parent
e4a2aa8f39
commit
9f6afbdb33
@ -2357,7 +2357,7 @@ g_regex_match_all (const GRegex *regex,
|
||||
* This function uses a different algorithm (called DFA, i.e. deterministic
|
||||
* finite automaton), so it can retrieve all the possible matches, all
|
||||
* starting at the same point in the string. For instance matching
|
||||
* `"<a> <b> <c>"` against the pattern `"<.*>;"`
|
||||
* `"<a> <b> <c>"` against the pattern `"<.*>"`
|
||||
* you would obtain three matches: `"<a> <b> <c>"`,
|
||||
* `"<a> <b>"` and `"<a>"`.
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user