summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--fr-fr/objective-c-fr.html.markdown5
-rw-r--r--objective-c.html.markdown2
-rw-r--r--ru-ru/julia-ru.html.markdown1
3 files changed, 5 insertions, 3 deletions
diff --git a/fr-fr/objective-c-fr.html.markdown b/fr-fr/objective-c-fr.html.markdown
index b14b3a52..d48bcc5e 100644
--- a/fr-fr/objective-c-fr.html.markdown
+++ b/fr-fr/objective-c-fr.html.markdown
@@ -8,12 +8,13 @@ contributors:
translators:
- ["Yannick Loriot", "https://github.com/YannickL"]
filename: LearnObjectiveC.m
+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 //
/*
@@ -524,4 +525,4 @@ __unsafe_unretained NSArray *unsafeArray; // Comme __weak, mais la variable n'es
[iOS pour les écoliers : Votre première app iOS](http://www.raywenderlich.com/fr/39272/ios-pour-les-ecoliers-votre-premiere-app-ios-partie-12)
-[Programming with Objective-C. Apple PDF book](https://developer.apple.com/library/ios/documentation/cocoa/conceptual/ProgrammingWithObjectiveC/ProgrammingWithObjectiveC.pdf) \ No newline at end of file
+[Programming with Objective-C. Apple PDF book](https://developer.apple.com/library/ios/documentation/cocoa/conceptual/ProgrammingWithObjectiveC/ProgrammingWithObjectiveC.pdf)
diff --git a/objective-c.html.markdown b/objective-c.html.markdown
index 781cdd3e..0f0165ec 100644
--- a/objective-c.html.markdown
+++ b/objective-c.html.markdown
@@ -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 //
/*
diff --git a/ru-ru/julia-ru.html.markdown b/ru-ru/julia-ru.html.markdown
index 51654cfe..b8890a93 100644
--- a/ru-ru/julia-ru.html.markdown
+++ b/ru-ru/julia-ru.html.markdown
@@ -5,6 +5,7 @@ contributors:
translators:
- ["Sergey Skovorodkin", "https://github.com/skovorodkin"]
filename: learnjulia.jl
+lang: ru-ru
---
Julia — гомоиконный функциональный язык программирования для технических расчётов.