Correct 'any book loaned' message

This commit is contained in:
Berwyn 2023-01-04 22:16:56 +13:00 committed by Grégory Soutadé
parent c41dd46ca7
commit ffd2004cbb
1 changed files with 1 additions and 1 deletions

View File

@ -209,7 +209,7 @@ private:
{
if (!loanedBooks.size())
{
std::cout << "Any book loaned" << std::endl;
std::cout << "No books loaned" << std::endl;
return;
}