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

Hristo Hristov via libcxx-commits libcxx-commits at lists.llvm.org
Wed Dec 24 21:20:09 PST 2025


https://github.com/H-G-Hristov created https://github.com/llvm/llvm-project/pull/173526

None

>From a1b8ae3a50e3c24f0b6fea564c344a658bc0c0b8 Mon Sep 17 00:00:00 2001
From: Hristo Hristov <hghristov.rmm at gmail.com>
Date: Thu, 25 Dec 2025 07:19:45 +0200
Subject: [PATCH] [libc++][NFC] Fixed formatting in Release Notes

---
 libcxx/docs/ReleaseNotes/22.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libcxx/docs/ReleaseNotes/22.rst b/libcxx/docs/ReleaseNotes/22.rst
index 82271be7a22ab..ac06b4c93a731 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