Skip to content

Commit 7d254f0

Browse files
authored
Update src/services/formatters/YscopeFormatter/utils.ts
1 parent cc5ec13 commit 7d254f0

File tree

1 file changed

+1
-1
lines changed
  • src/services/formatters/YscopeFormatter

1 file changed

+1
-1
lines changed

src/services/formatters/YscopeFormatter/utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ const UNEXPECTED_AUTOGENERATED_SYMBOL_ERROR_MESSAGE =
3535
* key.
3636
*/
3737
const EXISTING_REPLACEMENT_CHARACTER_WARNING =
38-
"Unicode replacement character `U+FFFD` found in format string; " +
38+
"Unicode replacement character `U+FFFD` found in format string or filter key; " +
3939
"it will be replaced with a double backlash";
4040

4141
/**

0 commit comments

Comments
 (0)