diff mbox series

[pushed] wwwdocs: gcc-14: Use hyphen in compile-time

Message ID 20240707172806.1DB5733EB1@hamza.pair.com
State New
Headers show
Series [pushed] wwwdocs: gcc-14: Use hyphen in compile-time | expand

Commit Message

Gerald Pfeifer July 7, 2024, 5:28 p.m. UTC
---
 htdocs/gcc-14/changes.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/htdocs/gcc-14/changes.html b/htdocs/gcc-14/changes.html
index 9a1b0c8a..29958fd5 100644
--- a/htdocs/gcc-14/changes.html
+++ b/htdocs/gcc-14/changes.html
@@ -621,7 +621,7 @@  You may also want to check out our
   </li>
   <li>The <code>-Wcase-enum</code>
     and <code>-Wuninit-variable-checking=</code> options have
-    been implemented to provide compile time warnings against
+    been implemented to provide compile-time warnings against
     missing case clauses and uninitialized variables respectively.
   </li>
 </ul>