diff options
author | ven <vendethiel@hotmail.fr> | 2016-07-12 19:14:38 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-07-12 19:14:38 +0200 |
commit | 8f99c7ab7ef071979d6143ad0cf53576c1a970e0 (patch) | |
tree | de920c2ad0388cb83701e56d1f9b0ef27202febd /objective-c.html.markdown | |
parent | e249d12ee6fdc9366e6d13b869f2ca2ccff6ee56 (diff) |
fix #2308
Diffstat (limited to 'objective-c.html.markdown')
-rw-r--r-- | objective-c.html.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/objective-c.html.markdown b/objective-c.html.markdown index e41e71c3..2b599378 100644 --- a/objective-c.html.markdown +++ b/objective-c.html.markdown @@ -20,7 +20,7 @@ Multi-line comments look like this */ // XCode supports pragma mark directive that improve jump bar readability -#pragma mark Navigation Functions // New tag o@"Third number = %@", thirdNumber); // prin jump bar named 'Navigation Functions' +#pragma mark Navigation Functions // New tag on jump bar named 'Navigation Functions' #pragma mark - Navigation Functions // Same tag, now with a separator // Imports the Foundation headers with #import |