Update note.ts

This commit is contained in:
Acid Chicken (硫酸鶏) 2019-01-25 13:37:40 +09:00 committed by GitHub
parent dba2833fe9
commit 8c7e56207b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -387,7 +387,7 @@ export const pack = async (
//#region nyaize: ko-KR
const diffKoKr = '냐'.charCodeAt(0) - '나'.charCodeAt(0);
for (let i = '나'.charCodeAt(0); i <= '낳'.charCodeAt(0); i++)
for (let i = '나'.charCodeAt(0); i < '내'.charCodeAt(0); i++)
nyamap[String.fromCharCode(i)] = String.fromCharCode(i + diffKoKr);
//#endregion