]> granicus.if.org Git - clang/commitdiff
Fix pasto in __has_feature(cxx_lambdas) docs
authorDouglas Gregor <dgregor@apple.com>
Wed, 13 Jan 2010 16:27:49 +0000 (16:27 +0000)
committerDouglas Gregor <dgregor@apple.com>
Wed, 13 Jan 2010 16:27:49 +0000 (16:27 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@93320 91177308-0d34-0410-b5e6-96231b3b80d8

docs/LanguageExtensions.html

index 4648b271af4acf0eb7d67bac9da532efa131c23f..e2a44eaed0b9edabcfb281258089628af67dddec 100644 (file)
@@ -260,7 +260,7 @@ deleted function definitions (with <tt>= delete</tt>) is enabled.
 <p>Use <tt>__has_feature(cxx_lambdas)</tt> to determine if support for
 concepts is enabled. clang does not currently implement this feature.
 
-<h3 id="cxx_lambdas">C++0x <tt>nullptr</tt></h3>
+<h3 id="cxx_lambdas">C++0x lambdas</h3>
 
 <p>Use <tt>__has_feature(cxx_lambdas)</tt> to determine if support for
 lambdas is enabled. clang does not currently implement this feature.