aboutsummaryrefslogtreecommitdiff
path: root/ext/bg/js/japanese.js
diff options
context:
space:
mode:
Diffstat (limited to 'ext/bg/js/japanese.js')
-rw-r--r--ext/bg/js/japanese.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/bg/js/japanese.js b/ext/bg/js/japanese.js
index 4c2df674..fa40fc98 100644
--- a/ext/bg/js/japanese.js
+++ b/ext/bg/js/japanese.js
@@ -231,7 +231,7 @@ const jp = (() => {
}
}
- function convertNumericTofullWidth(text) {
+ function convertNumericToFullWidth(text) {
let result = '';
for (const char of text) {
let c = char.codePointAt(0);
@@ -485,7 +485,7 @@ const jp = (() => {
convertHiraganaToKatakana,
convertToRomaji,
convertReading,
- convertNumericTofullWidth,
+ convertNumericToFullWidth,
convertHalfWidthKanaToFullWidth,
convertAlphabeticToKana,
distributeFurigana,