summaryrefslogtreecommitdiffhomepage
path: root/pt-br
diff options
context:
space:
mode:
Diffstat (limited to 'pt-br')
-rw-r--r--pt-br/c++-pt.html.markdown2
-rw-r--r--pt-br/csharp-pt.html.markdown2
-rw-r--r--pt-br/qt-pt.html.markdown2
3 files changed, 3 insertions, 3 deletions
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"]
diff --git a/pt-br/csharp-pt.html.markdown b/pt-br/csharp-pt.html.markdown
index 384ca325..475c0568 100644
--- a/pt-br/csharp-pt.html.markdown
+++ b/pt-br/csharp-pt.html.markdown
@@ -1,5 +1,5 @@
---
-language: c#
+language: C#
filename: csharp-pt.cs
contributors:
- ["Robson Alves", "http://robsonalves.net/"]
diff --git a/pt-br/qt-pt.html.markdown b/pt-br/qt-pt.html.markdown
index 99579c35..f4211e09 100644
--- a/pt-br/qt-pt.html.markdown
+++ b/pt-br/qt-pt.html.markdown
@@ -1,7 +1,7 @@
---
category: tool
tool: Qt Framework
-language: c++
+language: C++
filename: learnqt-pt.cpp
contributors:
- ["Aleksey Kholovchuk", "https://github.com/vortexxx192"]