Skip to content

Commit 099b159

Browse files
committed
Typo fix
1 parent 42b8c66 commit 099b159

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

transliteration.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ func UkrToLat(ukrainianText string) (transliteratedText string) {
2020
continue
2121
}
2222

23-
if latChar, isUrkChar := ukrToLatRules[currentChar]; isUrkChar {
23+
if latChar, isUkrChar := ukrToLatRules[currentChar]; isUkrChar {
2424
switch currentChar {
2525
// Process exceptions for "Зг", "зг"
2626
case 'З', 'з':

0 commit comments

Comments
 (0)