diff options
author | Christian Fehmer <[email protected]> | 2024-07-22 11:41:33 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2024-07-22 11:41:33 +0200 |
commit | c96185e90a29a7cfd424da49c90fbc6457ebbc1a (patch) | |
tree | d2bdd98cb27d7e1ad76a2ee21e769bb0c33a9e47 | |
parent | 29627fd0d5f152e2da59671987090ea0a5c29874 (diff) | |
download | monkeytype-c96185e90a29a7cfd424da49c90fbc6457ebbc1a.tar.gz monkeytype-c96185e90a29a7cfd424da49c90fbc6457ebbc1a.zip |
impr: replace ṅ with n in lazy mode (@fehmer) (#5638)
-rw-r--r-- | frontend/src/ts/test/lazy-mode.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/src/ts/test/lazy-mode.ts b/frontend/src/ts/test/lazy-mode.ts index a4e4f347b..e7deb6fa4 100644 --- a/frontend/src/ts/test/lazy-mode.ts +++ b/frontend/src/ts/test/lazy-mode.ts @@ -16,7 +16,7 @@ const accents: [string, string][] = [ ["ĝğg̃", "g"], ["ĥ", "h"], ["ĵ", "j"], - ["ńṇ", "n"], + ["ńṇṅ", "n"], ["ŝśšșşṣ", "s"], ["ß", "ss"], ["żźž", "z"], |