From: Ted Kremenek Date: Wed, 23 Oct 2013 22:25:59 +0000 (+0000) Subject: Fix typo. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9d12eaa204b76fb1060b2296a4f6e6e7e3e5c5b6;p=clang Fix typo. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@193281 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/LanguageExtensions.rst b/docs/LanguageExtensions.rst index afd96cab5d..ca02b7e4f0 100644 --- a/docs/LanguageExtensions.rst +++ b/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 syntantic sugar for this +convenience macro ``NS_REQUIRES_SUPER`` that provides syntactic sugar for this attribute: .. code-block:: objc