Just say "No" to non-ASCII things.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@42675 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/www/features.html b/www/features.html
index e636dd8..8fc85ef 100644
--- a/www/features.html
+++ b/www/features.html
@@ -21,7 +21,7 @@
 		<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