aboutsummaryrefslogtreecommitdiff
path: root/libbutl/regex.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'libbutl/regex.hxx')
-rw-r--r--libbutl/regex.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/libbutl/regex.hxx b/libbutl/regex.hxx
index 9090d5a..e4fd6a7 100644
--- a/libbutl/regex.hxx
+++ b/libbutl/regex.hxx
@@ -25,7 +25,7 @@ namespace butl
// Notes and limitations:
//
// - The only valid regex_constants flags are match_default,
- // format_first_only (format_no_copy can easily be supported).
+ // format_first_only and format_no_copy.
//
// - If backslash doesn't start any of the listed sequences then it is
// silently dropped and the following character is copied as is.