diff mbox series

Fix grammar in C++ header dependency notes

Message ID YfkpuKA7VZCn6vUU@redhat.com
State New
Headers show
Series Fix grammar in C++ header dependency notes | expand

Commit Message

Jonathan Wakely Feb. 1, 2022, 12:38 p.m. UTC
Pushed to wwwdocs.
commit d334ee4964c7e186336396b44129197f618100f7
Author: Jonathan Wakely <jwakely@redhat.com>
Date:   Tue Feb 1 12:37:38 2022 +0000

    Fix grammar in C++ header dependency notes
diff mbox series

Patch

diff --git a/htdocs/gcc-11/porting_to.html b/htdocs/gcc-11/porting_to.html
index 4d27c163..1d15570e 100644
--- a/htdocs/gcc-11/porting_to.html
+++ b/htdocs/gcc-11/porting_to.html
@@ -93,7 +93,7 @@  GCC 11 now enforces that comparison objects be invocable as const.
 
 <h3 id="header-dep-changes">Header dependency changes</h3>
 <p>Some C++ Standard Library headers have been changed to no longer include
-other headers that they do need to depend on.
+other headers that were being used internally by the library.
 As such, C++ programs that used standard library components without
 including the right headers will no longer compile.
 </p>