Skip to content

Commit

Permalink
Remove a wrong letter
Browse files Browse the repository at this point in the history
  • Loading branch information
lomirus committed Aug 5, 2024
1 parent 40277e8 commit 305063c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/libs/ithkuil/terms/phoneme.dart
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ enum Phoneme {
p(["p"]),
k(["k"]),
b(["b"]),
dh(['', "ḍ", 'ḑ', 'đ']),
dh(['', "ḍ", 'đ']),
g(["g"]),
hl(['ḷ', "ļ", 'ł']),
n(["n"]),
Expand Down

0 comments on commit 305063c

Please sign in to comment.