mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-23 17:41:41 +00:00
Fix a small french typo
This commit is contained in:
parent
4b1e68ee2f
commit
017a58b078
@ -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++,
|
||||
|
Loading…
Reference in New Issue
Block a user