mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-23 17:41:41 +00:00
No objc highlighting, use cpp to fix errors
This commit is contained in:
parent
5ab214be72
commit
4a9b80d5f5
@ -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 //
|
||||
|
||||
/*
|
||||
|
@ -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 //
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user