forked from TrueCloudLab/frostfs-node
[#392] ir/alphabet: Rename constant corresponding to I/izhei letter
Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
This commit is contained in:
parent
356962c4d9
commit
0bca98975a
1 changed files with 2 additions and 2 deletions
|
@ -17,7 +17,7 @@ const (
|
|||
dzelo
|
||||
zemlja
|
||||
izhe
|
||||
iZhei
|
||||
izhei
|
||||
gerv
|
||||
kako
|
||||
ljudi
|
||||
|
@ -77,7 +77,7 @@ func (l glagoliticLetter) configString() string {
|
|||
return "zemlja"
|
||||
case izhe:
|
||||
return "izhe"
|
||||
case iZhei:
|
||||
case izhei:
|
||||
return "izhei"
|
||||
case gerv:
|
||||
return "gerv"
|
||||
|
|
Loading…
Reference in a new issue