summaryrefslogtreecommitdiffhomepage
path: root/objective-c.html.markdown
diff options
context:
space:
mode:
authorAdam <adam@adambard.com>2014-01-29 22:05:08 -0800
committerAdam <adam@adambard.com>2014-01-29 22:05:08 -0800
commit4a9b80d5f5a0b2618bf7b7f5b4a6b603f6f7d7f0 (patch)
tree5ce96207b8df39eb611a8f3aba0dd0f6c054b555 /objective-c.html.markdown
parent5ab214be7270c9b0d0b7d394ebf05f8b75457a76 (diff)
No objc highlighting, use cpp to fix errors
Diffstat (limited to 'objective-c.html.markdown')
-rw-r--r--objective-c.html.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/objective-c.html.markdown b/objective-c.html.markdown
index 453a42a5..6f48c155 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 //
/*