diff options
author | Marcel Ribeiro-Dantas <mribeirodantas@hey.com> | 2022-08-02 23:23:36 -0300 |
---|---|---|
committer | Marcel Ribeiro-Dantas <mribeirodantas@hey.com> | 2022-08-02 23:23:36 -0300 |
commit | c0e5292022e4885619a91b0353e5fd83c457feed (patch) | |
tree | b2631750f594144a37d0bf0796f974bf1e5c1c5c | |
parent | ac13c3f261252548a59d64b69ef30188fa9cdd5e (diff) |
Update to uppercase for c++ and c# in index
-rw-r--r-- | c++.html.markdown | 2 | ||||
-rw-r--r-- | csharp.html.markdown | 2 |
2 files changed, 2 insertions, 2 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"] diff --git a/csharp.html.markdown b/csharp.html.markdown index c85acb1b..4f9b71ce 100644 --- a/csharp.html.markdown +++ b/csharp.html.markdown @@ -1,5 +1,5 @@ --- -language: c# +language: C# contributors: - ["Irfan Charania", "https://github.com/irfancharania"] - ["Max Yankov", "https://github.com/golergka"] |