projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cdca362
)
Fix typo.
author
Ted Kremenek
<kremenek@apple.com>
Wed, 23 Oct 2013 22:25:59 +0000
(22:25 +0000)
committer
Ted Kremenek
<kremenek@apple.com>
Wed, 23 Oct 2013 22:25:59 +0000
(22:25 +0000)
llvm-svn: 193281
clang/docs/LanguageExtensions.rst
patch
|
blob
|
history
diff --git
a/clang/docs/LanguageExtensions.rst
b/clang/docs/LanguageExtensions.rst
index
afd96ca
..
ca02b7e
100644
(file)
--- a/
clang/docs/LanguageExtensions.rst
+++ b/
clang/docs/LanguageExtensions.rst
@@
-1196,7
+1196,7
@@
these cases, we provide an attribute to designate that a method requires a
This attribute can only be applied the method declarations within a class, and not a protocol.
Note that on both OS X and iOS that the Foundation framework provides a
-convenience macro ``NS_REQUIRES_SUPER`` that provides synta
n
tic sugar for this
+convenience macro ``NS_REQUIRES_SUPER`` that provides synta
c
tic sugar for this
attribute:
.. code-block:: objc