From 7f60e471fc7b703804da333d94ec941bd6fed2e9 Mon Sep 17 00:00:00 2001 From: Marcel Ribeiro-Dantas Date: Mon, 1 Aug 2022 22:39:47 +0200 Subject: Update c++ to upercase C++ --- pt-br/c++-pt.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pt-br/c++-pt.html.markdown') diff --git a/pt-br/c++-pt.html.markdown b/pt-br/c++-pt.html.markdown index 42a29991..7d8b75f1 100644 --- a/pt-br/c++-pt.html.markdown +++ b/pt-br/c++-pt.html.markdown @@ -1,5 +1,5 @@ --- -language: c++ +language: C++ filename: learncpp-pt.cpp contributors: - ["Steven Basart", "http://github.com/xksteven"] -- cgit v1.2.3 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(-) (limited to 'pt-br/c++-pt.html.markdown') 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