Skip to content

Commit b8c6d33

Browse files
authored
Fix: "As some examples..." to "Some examples..."
1 parent 15cb68d commit b8c6d33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/www/features.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ <h3><a name="libraryarch">Library Based Architecture</a></h3>
183183
levels.</li>
184184
</ul>
185185

186-
<p>As some examples for the power of this library based design: If you wanted to
186+
<p>Some examples of the power of this library based design are: If you wanted to
187187
build a preprocessor, you would take the Basic and Lexer libraries. If you want
188188
an indexer, you would take the previous two and add the Parser library and
189189
some actions for indexing. If you want a refactoring, static analysis, or

0 commit comments

Comments
 (0)