[libcxx-commits] [libcxx] 94c014a - [libc++][NFC] Fixed formatting in Release Notes (#173526)

via libcxx-commits libcxx-commits at lists.llvm.org
Thu Dec 25 01:37:04 PST 2025


Author: Hristo Hristov
Date: 2025-12-25T11:37:00+02:00
New Revision: 94c014a5fd0c8c9eff8ea163ea54d1008544b163

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

LOG: [libc++][NFC] Fixed formatting in Release Notes (#173526)

Added: 
    

Modified: 
    libcxx/docs/ReleaseNotes/22.rst

Removed: 
    


################################################################################
diff  --git a/libcxx/docs/ReleaseNotes/22.rst b/libcxx/docs/ReleaseNotes/22.rst
index 012a0c28ec18f..82414e88ac5fb 100644
--- a/libcxx/docs/ReleaseNotes/22.rst
+++ b/libcxx/docs/ReleaseNotes/22.rst
@@ -39,7 +39,7 @@ Implemented Papers
 ------------------
 
 - P2321R2: ``zip`` (`Github <https://llvm.org/PR105169>`__) (The paper is partially implemented. ``zip_transform_view``,
-  `adjacent_view`, and ``adjacent_transform_view`` are implemented in this release)
+  ``adjacent_view``, and ``adjacent_transform_view`` are implemented in this release)
 - P2988R12: ``std::optional<T&>`` (`Github <https://llvm.org/PR148131>`__)
 - P3044R2: sub-``string_view`` from ``string`` (`Github <https://llvm.org/PR148140>`__)
 - P3223R2: Making ``std::istream::ignore`` less surprising (`Github <https://llvm.org/PR148178>`__)


        


More information about the libcxx-commits mailing list