diff options
Diffstat (limited to 'ext/js/language')
| -rw-r--r-- | ext/js/language/dictionary-importer.js | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/ext/js/language/dictionary-importer.js b/ext/js/language/dictionary-importer.js index df9c48f1..fa16ec7a 100644 --- a/ext/js/language/dictionary-importer.js +++ b/ext/js/language/dictionary-importer.js @@ -761,7 +761,7 @@ export class DictionaryImporter {       */      _normalizeTermOrReading(text) {          // Note: this function should not perform String.normalize on the text, -        // as it will characters in an undesirable way. +        // as it will normalize characters in an undesirable way.          // Thus, this function is currently a no-op.          // Example:          // - '\u9038'.normalize('NFC') => '\u9038' (逸) |