From 6f48065958e24927c84f2983f746e39a3212998c Mon Sep 17 00:00:00 2001 From: Benjamin Otte Date: Thu, 9 Jul 2009 15:34:00 +0200 Subject: [PATCH] Fix a typo in GRegex documentation --- docs/reference/glib/tmpl/gregex.sgml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/reference/glib/tmpl/gregex.sgml b/docs/reference/glib/tmpl/gregex.sgml index c1469b37..317aa596 100644 --- a/docs/reference/glib/tmpl/gregex.sgml +++ b/docs/reference/glib/tmpl/gregex.sgml @@ -139,7 +139,8 @@ Flags specifying compile-time options. @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 -- 2.34.1