diff options
author | Gabriel Le Breton <lebreton.gabriel@gmail.com> | 2020-12-06 19:56:35 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-06 19:56:35 -0500 |
commit | 017a58b078bc3c09c27eb17eb18d8824c2f9d39a (patch) | |
tree | 8c0445399a5bc1cc99b583cc9e7597feb2664035 /fr-fr/c++-fr.html.markdown | |
parent | 4b1e68ee2f79936de941cdebe26d16e31183fcb1 (diff) |
Fix a small french typo
Diffstat (limited to 'fr-fr/c++-fr.html.markdown')
-rw-r--r-- | fr-fr/c++-fr.html.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fr-fr/c++-fr.html.markdown b/fr-fr/c++-fr.html.markdown index 863162f7..ef802399 100644 --- a/fr-fr/c++-fr.html.markdown +++ b/fr-fr/c++-fr.html.markdown @@ -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++, |