diff options
author | Marcel Ribeiro Dantas <ribeirodantasdm@gmail.com> | 2022-08-03 03:24:53 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-03 03:24:53 +0100 |
commit | ef0a2bbfd8d7c640864714b7311979d264b8120e (patch) | |
tree | b2631750f594144a37d0bf0796f974bf1e5c1c5c /c++.html.markdown | |
parent | ac13c3f261252548a59d64b69ef30188fa9cdd5e (diff) | |
parent | c0e5292022e4885619a91b0353e5fd83c457feed (diff) |
Merge pull request #4477 from mribeirodantas/fix-index-cpp-csharp
Update to uppercase for c++ and c# in index
Diffstat (limited to 'c++.html.markdown')
-rw-r--r-- | c++.html.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/c++.html.markdown b/c++.html.markdown index 038c3900..33ef70f3 100644 --- a/c++.html.markdown +++ b/c++.html.markdown @@ -1,5 +1,5 @@ --- -language: c++ +language: C++ filename: learncpp.cpp contributors: - ["Steven Basart", "https://github.com/xksteven"] |