mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-25 15:06:14 +01:00
Fix a typo in GRegex documentation
This commit is contained in:
parent
c6884a7ec9
commit
6f48065958
@ -139,7 +139,8 @@ Flags specifying compile-time options.
|
||||
</para>
|
||||
|
||||
@G_REGEX_CASELESS: Letters in the pattern match both upper and lower case
|
||||
letters. It be changed within a pattern by a "(?i)" option setting.
|
||||
letters. This option can be changed within a pattern by a "(?i)" option
|
||||
setting.
|
||||
@G_REGEX_MULTILINE: By default, GRegex treats the strings as consisting
|
||||
of a single line of characters (even if it actually contains newlines).
|
||||
The "start of line" metacharacter ("^") matches only at the start of the
|
||||
|
Loading…
Reference in New Issue
Block a user