Skip to content

Commit

Permalink
fix spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
saeziae committed Feb 16, 2024
1 parent 1c466bc commit 016165b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,6 @@ function piauciunToKauwei(inputString) {

[/ai/g, "ae"],
[/au/g, "ao"],
[/ieu/g, "iu"],
[/eu/g, "eo"],

[/u([aeo])/g, "w$1"],
Expand All @@ -205,6 +204,7 @@ function piauciunToKauwei(inputString) {
[/([kgh])i/g, "$1yi"],
[/(j|H)i([aeou])/g, "$1$2"],
[/([jHsz])y/g, "$1z"],
[/ieo/g, "iu"],
[/H/g, "h"],
[/(\w)iui/g, "$1ui"],
];
Expand Down

0 comments on commit 016165b

Please sign in to comment.