[libcxx-commits] [libcxx] e8fdf8e - [libc++][doc] Fixes a formating issue.

Mark de Wever via libcxx-commits libcxx-commits at lists.llvm.org
Sat Dec 10 06:28:37 PST 2022


Author: Mark de Wever
Date: 2022-12-10T15:28:15+01:00
New Revision: e8fdf8e31bd5e1fe034c77da2ec97ff1e5dd5fb1

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

LOG: [libc++][doc] Fixes a formating issue.

Added: 
    

Modified: 
    libcxx/docs/ReleaseNotes.rst

Removed: 
    


################################################################################
diff  --git a/libcxx/docs/ReleaseNotes.rst b/libcxx/docs/ReleaseNotes.rst
index a04eacbd4ba9..2b16ec547525 100644
--- a/libcxx/docs/ReleaseNotes.rst
+++ b/libcxx/docs/ReleaseNotes.rst
@@ -68,7 +68,7 @@ Deprecations and Removals
 
   - C++20: ``chrono``
   - C++2b: ``algorithm``, ``array``, ``atomic``, ``bit``, ``chrono``,
-    ``climits``, ``cmath``, ``compare``, ``concepts``, ``cstdarg`, ``cstddef``,
+    ``climits``, ``cmath``, ``compare``, ``concepts``, ``cstdarg``, ``cstddef``,
     ``cstdint``, ``cstdlib``, ``cstring``, ``ctime``, ``exception``,
     ``functional``, ``initializer_list``, ``iosfwd``, ``iterator``, ``limits``,
     ``memory``, ``new``, ``numeric``, ``optional``, ``ratio``, ``stdexcept``,


        


More information about the libcxx-commits mailing list