1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-08-10 16:54:33 +02:00

Fix a small french typo

This commit is contained in:
Gabriel Le Breton
2020-12-06 19:56:35 -05:00
committed by GitHub
parent 4b1e68ee2f
commit 017a58b078

View File

@@ -69,7 +69,7 @@ void func(); // fonction qui ne prend aucun argument
// En C
void func(); // fonction qui peut prendre n'importe quel nombre d'arguments
// Utilise nullptr au lieu de NULL in C++
// Utilise nullptr au lieu de NULL en C++
int* ip = nullptr;
// Les en-têtes standards du C sont disponibles en C++,