Skip to content

Commit

Permalink
Merge pull request #81 from braille-systems/hotfix/lessons-wrong-letter
Browse files Browse the repository at this point in the history
4.21 fix wrong letter in lessons
  • Loading branch information
winter-yuki committed Apr 17, 2020
2 parents a6c6025 + 8805481 commit 45f521b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ val LESSON_2_STEPS
Step(
title = "Введите букву Ц.",
data = InputSymbol(
symbolMap['Б'] ?: error("Ц russian not found")
symbolMap['Ц'] ?: error("Ц russian not found")
)
),

Expand Down

0 comments on commit 45f521b

Please sign in to comment.