Merge pull request #4477 from mribeirodantas/fix-index-cpp-csharp

Update to uppercase for c++ and c# in index
This commit is contained in:
Marcel Ribeiro Dantas 2022-08-03 03:24:53 +01:00 committed by GitHub
commit ef0a2bbfd8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
---
language: c++
language: C++
filename: learncpp.cpp
contributors:
- ["Steven Basart", "https://github.com/xksteven"]

View File

@ -1,5 +1,5 @@
---
language: c#
language: C#
contributors:
- ["Irfan Charania", "https://github.com/irfancharania"]
- ["Max Yankov", "https://github.com/golergka"]