diff options
author | Gabriel Le Breton <lebreton.gabriel@gmail.com> | 2020-12-06 19:59:04 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-06 19:59:04 -0500 |
commit | ead8ac5306d01b9ba4693f593f585976e47ba787 (patch) | |
tree | f9e89e6f9eb277373c9b29e389e3cb5e19900847 /fr-fr | |
parent | 017a58b078bc3c09c27eb17eb18d8824c2f9d39a (diff) |
Fix another small french typo
Diffstat (limited to 'fr-fr')
-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 ef802399..0b5bf6b0 100644 --- a/fr-fr/c++-fr.html.markdown +++ b/fr-fr/c++-fr.html.markdown @@ -73,7 +73,7 @@ void func(); // fonction qui peut prendre n'importe quel nombre d'arguments int* ip = nullptr; // Les en-têtes standards du C sont disponibles en C++, -// mais son préfixés avec "c" et n'ont pas de suffixe .h +// mais sont préfixés avec "c" et n'ont pas de suffixe .h #include <cstdio> int main() |