From d90d408279938d389019a8bed15c5eb95af7c8bc Mon Sep 17 00:00:00 2001 From: Cashew <52880648+Scrub1492@users.noreply.github.com> Date: Fri, 29 Dec 2023 10:31:45 +0700 Subject: Comment updates (#481) * comment updates * comment updates --- ext/js/language/sandbox/japanese-util.js | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'ext/js/language/sandbox/japanese-util.js') diff --git a/ext/js/language/sandbox/japanese-util.js b/ext/js/language/sandbox/japanese-util.js index 7d9413a6..f5fc1c86 100644 --- a/ext/js/language/sandbox/japanese-util.js +++ b/ext/js/language/sandbox/japanese-util.js @@ -66,8 +66,10 @@ const CJK_IDEOGRAPH_RANGES = [ CJK_COMPATIBILITY_IDEOGRAPHS_SUPPLEMENT_RANGE ]; -// Japanese character ranges, roughly ordered in order of expected frequency -/** @type {import('japanese-util').CodepointRange[]} */ +/** + * Japanese character ranges, roughly ordered in order of expected frequency. + * @type {import('japanese-util').CodepointRange[]} + */ const JAPANESE_RANGES = [ HIRAGANA_RANGE, KATAKANA_RANGE, -- cgit v1.2.3