aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDouglas Gregor <dgregor@apple.com>2010-01-13 16:27:49 +0000
committerDouglas Gregor <dgregor@apple.com>2010-01-13 16:27:49 +0000
commit9cc90a3201e1927978661804b9d80f33e641a143 (patch)
tree8d13b228c5a4cb28e45f7cab36ca0ee17e64bb3f
parentadbb8f8aa44216d30d204e843c4a74abab929dae (diff)
Fix pasto in __has_feature(cxx_lambdas) docs
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@93320 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--docs/LanguageExtensions.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/LanguageExtensions.html b/docs/LanguageExtensions.html
index 4648b271af..e2a44eaed0 100644
--- a/docs/LanguageExtensions.html
+++ b/docs/LanguageExtensions.html
@@ -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.