From 60e5d32ff9dbfe7695dce05a0034ee662e467776 Mon Sep 17 00:00:00 2001 From: Flavio <77132531+flavin27@users.noreply.github.com> Date: Wed, 14 Feb 2024 10:22:59 -0300 Subject: [c/pt-br] fix untranslated english section (#4842) * fix: unstranslated section * fix: miss clicked --------- Co-authored-by: Flavio <77132531+flaviodev27@users.noreply.github.com> --- pt-br/c++-pt.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pt-br/c++-pt.html.markdown b/pt-br/c++-pt.html.markdown index 7d8b75f1..ca289001 100644 --- a/pt-br/c++-pt.html.markdown +++ b/pt-br/c++-pt.html.markdown @@ -363,7 +363,7 @@ void OwnedDog::print() const { Dog::print(); // Chame a função de impressão na classe Dog base de std::cout << "Dog is owned by " << owner << "\n"; - // Prints "Dog is and weights " + // Imprime "Dog is and weights " // "Dog is owned by " } -- cgit v1.2.3