aboutsummaryrefslogtreecommitdiff
path: root/libbutl/regex.mxx
diff options
context:
space:
mode:
Diffstat (limited to 'libbutl/regex.mxx')
-rw-r--r--libbutl/regex.mxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/libbutl/regex.mxx b/libbutl/regex.mxx
index 0d6aa70..4c21c16 100644
--- a/libbutl/regex.mxx
+++ b/libbutl/regex.mxx
@@ -44,7 +44,7 @@ LIBBUTL_MODEXPORT namespace butl
// std::regex_replace() extended the standard ECMA-262 substitution escape
// sequences with a subset of Perl sequences:
//
- // \\, \u, \l, \U, \L, \E, \1, ..., \9
+ // \\, \n, \u, \l, \U, \L, \E, \1, ..., \9
//
// Notes and limitations:
//