Skip to content

Commit 12e5eb1

Browse files
author
Artem Henvald
committed
Remove duplicated docs
1 parent afdf7c6 commit 12e5eb1

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

transliteration_rules.go

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,3 @@
1-
/*
2-
Package transliteration provides methods for transliterating text from Ukrainian to Latin.
3-
4-
According to the rules of Ukrainian-to-Latin transliteration, that are described in the resolution
5-
of the Cabinet of Ministers of Ukraine №55 dated January 27, 2010.
6-
7-
https://zakon.rada.gov.ua/laws/show/55-2010-%D0%BF#Text
8-
*/
91
package transliteration
102

113
var ukrToLatRules = map[rune]string{

0 commit comments

Comments
 (0)