diff options
author | Marcel Ribeiro Dantas, Ph.D <ribeirodantasdm@gmail.com> | 2022-08-01 22:43:22 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-01 22:43:22 +0200 |
commit | 11220eaf8784f6e18dfbdee55c13bcf5e6e76679 (patch) | |
tree | ba2eca9ef1c7be3a19aa313554d8d030ef712062 /it-it | |
parent | 3bb69ae2892a0155da4f3576d7944636df80fc1d (diff) | |
parent | fad63f0f6ab23a83bb923f45ff6cc6d1ec70757b (diff) |
Merge pull request #4475 from mribeirodantas/uppercase_c++
[c,c++,c#/multiple languages] Convert to uppercase C/C++/C# language names
Diffstat (limited to 'it-it')
-rw-r--r-- | it-it/c++-it.html.markdown | 2 | ||||
-rw-r--r-- | it-it/qt-it.html.markdown | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/it-it/c++-it.html.markdown b/it-it/c++-it.html.markdown index 449aebfb..a8e0c7b5 100644 --- a/it-it/c++-it.html.markdown +++ b/it-it/c++-it.html.markdown @@ -1,5 +1,5 @@ --- -language: c++ +language: C++ filename: learncpp-it.cpp contributors: - ["Steven Basart", "http://github.com/xksteven"] diff --git a/it-it/qt-it.html.markdown b/it-it/qt-it.html.markdown index d7469f67..ef829493 100644 --- a/it-it/qt-it.html.markdown +++ b/it-it/qt-it.html.markdown @@ -1,7 +1,7 @@ --- category: tool tool: Qt Framework -language: c++ +language: C++ filename: learnqt-it.cpp contributors: - ["Aleksey Kholovchuk", "https://github.com/vortexxx192"] |