summaryrefslogtreecommitdiffstats
path: root/www/features.html
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2007-10-06 01:53:09 +0000
committerBill Wendling <isanbard@gmail.com>2007-10-06 01:53:09 +0000
commit9f94f9ba348b3462f0dd060fc08d0e0cb4750a46 (patch)
treebf103a844638429d5b9023f740cea7a394ab64d2 /www/features.html
parent3c80a5195e672d11c1d7e3615b53c23aec71c910 (diff)
Just say "No" to non-ASCII things.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@42675 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'www/features.html')
-rw-r--r--www/features.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/features.html b/www/features.html
index e636dd8422..8fc85ef1ac 100644
--- a/www/features.html
+++ b/www/features.html
@@ -21,7 +21,7 @@ This page outlines the main goals of Clang, as well as some compelling reasons w
<li>Language conformance with C99, ObjC, C++
<li>Real-world, production quality compiler
<li>GCC compatibility
- <li>Library based architecture with finely crafted C++ API’s
+ <li>Library based architecture with finely crafted C++ APIs
<div class="li_desc">Makes Clang easier to work with and more flexible.</div>
<div class="li_weak_desc">(more details on this in the "Key Features" section)</div>
<li>Easy to extend