Skip to content

Commit 15cb68d

Browse files
authored
Fix: change "compile-times" term to "compilation"
1 parent 16eb867 commit 15cb68d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

clang/www/features.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ <h1>Clang - Features and Goals</h1>
2828
<p>End-User Features:</p>
2929

3030
<ul>
31-
<li><a href="#performance">Fast Compile-times and low memory use</a></li>
31+
<li><a href="#performance">Fast compilation and low memory use</a></li>
3232
<li><a href="#expressivediags">Expressive diagnostics</a></li>
3333
<li><a href="#gcccompat">GCC compatibility</a></li>
3434
</ul>
@@ -59,7 +59,7 @@ <h2><a name="enduser">End-User Features</a></h2>
5959

6060

6161
<!--=======================================================================-->
62-
<h3><a name="performance">Fast Compile-times and Low Memory Use</a></h3>
62+
<h3><a name="performance">Fast compilation and Low Memory Use</a></h3>
6363
<!--=======================================================================-->
6464

6565
<p>A major focus of our work on clang is to make it fast, light and scalable.

0 commit comments

Comments
 (0)