diff mbox series

[committed] libstdc++: Fix spelling mistake in new doc addition

Message ID 20240111212819.533282-1-jwakely@redhat.com
State New
Headers show
Series [committed] libstdc++: Fix spelling mistake in new doc addition | expand

Commit Message

Jonathan Wakely Jan. 11, 2024, 9:26 p.m. UTC
Aaaaand a follow-up to fix the obvious typo in the first word.

Pushed to trunk and gcc-13.

-- >8 --

libstdc++-v3/ChangeLog:

	* doc/xml/manual/evolution.xml: Fix spelling.
	* doc/html/manual/api.html: Regenerate.
---
 libstdc++-v3/doc/html/manual/api.html     | 6 ++++--
 libstdc++-v3/doc/xml/manual/evolution.xml | 6 ++++--
 2 files changed, 8 insertions(+), 4 deletions(-)
diff mbox series

Patch

diff --git a/libstdc++-v3/doc/xml/manual/evolution.xml b/libstdc++-v3/doc/xml/manual/evolution.xml
index 63666b7b24c..a375ae14b83 100644
--- a/libstdc++-v3/doc/xml/manual/evolution.xml
+++ b/libstdc++-v3/doc/xml/manual/evolution.xml
@@ -1107,8 +1107,10 @@  to provide the symbols for the experimental C++ Contracts support.</para>
 
 <section xml:id="api.rel_133"><info><title><constant>13.3</constant></title></info>
 
-<para>Symols for the Filesystem TS and C++23 <filename>&lt;stacktrace&gt;</filename>
-header were added to the static library <filename>libstdc++exp.a</filename>.</para>
+<para>
+Symbols for the Filesystem TS and C++23 <filename>&lt;stacktrace&gt;</filename>
+header were added to the static library <filename>libstdc++exp.a</filename>.
+</para>
 
 </section>