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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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++,