1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-08-05 14:27:51 +02:00

Update to uppercase for c++ and c# in index

This commit is contained in:
Marcel Ribeiro-Dantas
2022-08-02 23:23:36 -03:00
parent ac13c3f261
commit c0e5292022
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"]