No objc highlighting, use cpp to fix errors

This commit is contained in:
Adam 2014-01-29 22:05:08 -08:00
parent 5ab214be72
commit 4a9b80d5f5
2 changed files with 2 additions and 2 deletions

View File

@ -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 //
/*

View File

@ -12,7 +12,7 @@ filename: LearnObjectiveC.m
Objective-C is the main programming language used by Apple for the OS X and iOS operating systems and their respective frameworks, Cocoa and Cocoa Touch.
It is a general-purpose, object-oriented programming language that adds Smalltalk-style messaging to the C programming language.
```objective-c
```cpp
// Single-line comments start with //
/*