1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-08-01 04:20:39 +02:00

Fix another small french typo

This commit is contained in:
Gabriel Le Breton
2020-12-06 19:59:04 -05:00
committed by GitHub
parent 017a58b078
commit ead8ac5306

View File

@@ -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()