Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/llvm/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/libcxx
diff options
context:
space:
mode:
authorLouis Dionne <ldionne.2@gmail.com>2022-03-07 18:26:33 +0300
committerLouis Dionne <ldionne.2@gmail.com>2022-03-07 18:26:38 +0300
commit27fe8605a82f5c1fe8196e352ba00a7776516afb (patch)
treefd505c25ac6217bef0f4833ed154a09662b02fe3 /libcxx
parenteadd1668d05df582281061460089562cfb6b3a90 (diff)
[libc++][NFC] Improve release note formatting
Diffstat (limited to 'libcxx')
-rw-r--r--libcxx/docs/ReleaseNotes.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/docs/ReleaseNotes.rst b/libcxx/docs/ReleaseNotes.rst
index 20ec277ccbe8..34fd16bee993 100644
--- a/libcxx/docs/ReleaseNotes.rst
+++ b/libcxx/docs/ReleaseNotes.rst
@@ -39,7 +39,7 @@ New Features
------------
- Implemented P0627R6 (Function to mark unreachable code)
- - Implemented P1165R1 (Make stateful allocator propagation more consistent for operator+(basic_string))
+ - Implemented P1165R1 (Make stateful allocator propagation more consistent for ``operator+(basic_string)``)
API Changes
-----------