Skip to content

Commit

Permalink
fix russian
Browse files Browse the repository at this point in the history
  • Loading branch information
vladdenisov committed Sep 15, 2021
1 parent cd49017 commit d2b3662
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lesson4/task1/List.kt
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ fun russian(n: Int): String {
if (x == 1) {
if (triad.length == 1) {
if (triad[0] == '1') {
triadResult += thousand
triadResult += "одна тысяча "
}
triadResult += if (triad[0] == '2') {
"две тысячи "
Expand Down

0 comments on commit d2b3662

Please sign in to comment.