Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Bill-hbrhbr committed Jul 25, 2024
1 parent 148c751 commit a5090c1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion components/core/src/clp/regex_utils/ErrorCode.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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)";
Expand Down

0 comments on commit a5090c1

Please sign in to comment.