[libcxx-commits] [libcxx] 3e498b3 - [libc++][doc] Minor release notes style fixes.

Mark de Wever via libcxx-commits libcxx-commits at lists.llvm.org
Sun Jan 7 06:20:07 PST 2024


Author: Mark de Wever
Date: 2024-01-07T15:19:22+01:00
New Revision: 3e498b3db5bdd6b0e8cbebb1d8ac88a59b4eef7a

URL: https://github.com/llvm/llvm-project/commit/3e498b3db5bdd6b0e8cbebb1d8ac88a59b4eef7a
DIFF: https://github.com/llvm/llvm-project/commit/3e498b3db5bdd6b0e8cbebb1d8ac88a59b4eef7a.diff

LOG: [libc++][doc] Minor release notes style fixes.

Added: 
    

Modified: 
    libcxx/docs/ReleaseNotes/18.rst

Removed: 
    


################################################################################
diff  --git a/libcxx/docs/ReleaseNotes/18.rst b/libcxx/docs/ReleaseNotes/18.rst
index cae2347be5fd61..b32b7abcfb60f8 100644
--- a/libcxx/docs/ReleaseNotes/18.rst
+++ b/libcxx/docs/ReleaseNotes/18.rst
@@ -41,9 +41,8 @@ What's New in Libc++ 18.0.0?
 
 Implemented Papers
 ------------------
-- P2093R14 Formatted output
-- P2539R4  Should the output of ``std::print`` to a terminal be synchronized with the underlying stream?
-
+- P2093R14 - Formatted output
+- P2539R4  - Should the output of ``std::print`` to a terminal be synchronized with the underlying stream?
 - P2497R0 - Testing for success or failure of ``<charconv>`` functions
 - P2697R1 - Interfacing ``bitset`` with ``string_view``
 - P2443R1 - ``views::chunk_by``


        


More information about the libcxx-commits mailing list