Skip to content

Commit 68f1987

Browse files
authored
Fix(suggestion): 'As an example of the power of this library based design'
1 parent 6527f59 commit 68f1987

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 an example of the power of this library based design.... If you wanted to
186+
<p>As some examples for the power of this library based design: 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)