diff options
author | Adam <adam@adambard.com> | 2014-01-29 22:05:08 -0800 |
---|---|---|
committer | Adam <adam@adambard.com> | 2014-01-29 22:05:08 -0800 |
commit | 4a9b80d5f5a0b2618bf7b7f5b4a6b603f6f7d7f0 (patch) | |
tree | 5ce96207b8df39eb611a8f3aba0dd0f6c054b555 /fr-fr | |
parent | 5ab214be7270c9b0d0b7d394ebf05f8b75457a76 (diff) |
No objc highlighting, use cpp to fix errors
Diffstat (limited to 'fr-fr')
-rw-r--r-- | fr-fr/objective-c-fr.html.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fr-fr/objective-c-fr.html.markdown b/fr-fr/objective-c-fr.html.markdown index 0aeb5082..d48bcc5e 100644 --- a/fr-fr/objective-c-fr.html.markdown +++ b/fr-fr/objective-c-fr.html.markdown @@ -14,7 +14,7 @@ lang: fr-fr L'Objective-C est un langage de programmation orienté objet réflexif principalement utilisé par Apple pour les systèmes d'exploitations Mac OS X et iOS et leurs frameworks respectifs, Cocoa et Cocoa Touch. -```objective-c +```cpp // Les commentaires sur une seule ligne commencent par // /* |