Skip to content

Commit 10e8fb2

Browse files
authored
Merge pull request #3 from cpppracticum/PRACTICUMFB-16678
Fix encoding
2 parents 52484e9 + 2f4773e commit 10e8fb2

File tree

1 file changed

+1
-1
lines changed
  • sprint4/problems/bookypedia-1/precode/src/ui

1 file changed

+1
-1
lines changed

sprint4/problems/bookypedia-1/precode/src/ui/view.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ View::View(menu::Menu& menu, app::UseCases& use_cases, std::istream& input, std:
4040
, output_{output} {
4141
menu_.AddAction( //
4242
"AddAuthor"s, "name"s, "Adds author"s, std::bind(&View::AddAuthor, this, ph::_1)
43-
// ëèáî
43+
// либо
4444
// [this](auto& cmd_input) { return AddAuthor(cmd_input); }
4545
);
4646
menu_.AddAction("AddBook"s, "<pub year> <title>"s, "Adds book"s,

0 commit comments

Comments
 (0)