mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-05-05 22:38:31 +00:00
[c/pt-br] fix untranslated english section (#4842)
* fix: unstranslated section * fix: miss clicked --------- Co-authored-by: Flavio <77132531+flaviodev27@users.noreply.github.com>
This commit is contained in:
parent
224e01864a
commit
60e5d32ff9
@ -363,7 +363,7 @@ void OwnedDog::print() const
|
|||||||
{
|
{
|
||||||
Dog::print(); // Chame a função de impressão na classe Dog base de
|
Dog::print(); // Chame a função de impressão na classe Dog base de
|
||||||
std::cout << "Dog is owned by " << owner << "\n";
|
std::cout << "Dog is owned by " << owner << "\n";
|
||||||
// Prints "Dog is <name> and weights <weight>"
|
// Imprime "Dog is <name> and weights <weight>"
|
||||||
// "Dog is owned by <owner>"
|
// "Dog is owned by <owner>"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user