summaryrefslogtreecommitdiffstats
path: root/RegularExpression.hxx.in
diff options
context:
space:
mode:
Diffstat (limited to 'RegularExpression.hxx.in')
-rw-r--r--RegularExpression.hxx.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/RegularExpression.hxx.in b/RegularExpression.hxx.in
index a3fe72d..3cbbeb8 100644
--- a/RegularExpression.hxx.in
+++ b/RegularExpression.hxx.in
@@ -202,7 +202,7 @@ inline std::string RegularExpressionMatch::match(int n) const
*
* ? Matches preceding pattern zero or once only
*
- * () Saves a matched expression and uses it in a later match
+ * () Saves a matched expression and uses it in a later match
*
* Note that more than one of these metacharacters can be used
* in a single regular expression in order to create complex