diff --git a/components/core/src/clp/regex_utils/ErrorCode.cpp b/components/core/src/clp/regex_utils/ErrorCode.cpp index c160c0396..4e24e9a8b 100644 --- a/components/core/src/clp/regex_utils/ErrorCode.cpp +++ b/components/core/src/clp/regex_utils/ErrorCode.cpp @@ -76,7 +76,8 @@ auto ErrorCodeCategory::message(int ev) const -> string { return "Unmatched closing `]` at the end of the string."; case ErrorCode::UnsupportedCharsetPattern: - return "Currently only supports character set that contains a single character."; + return "Currently only supports character set that can be reduced to a single " + "character."; default: return "(unrecognized error)";