[libcxx-commits] [libcxx] aff1154 - [libc++][ranges][NFC] Fix a typo in links on the Ranges status page.

Konstantin Varlamov via libcxx-commits libcxx-commits at lists.llvm.org
Thu Feb 10 20:56:30 PST 2022


Author: Konstantin Varlamov
Date: 2022-02-10T20:55:27-08:00
New Revision: aff115420d96e023a71f4cc7525462255cc455c5

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

LOG: [libc++][ranges][NFC] Fix a typo in links on the Ranges status page.

Added: 
    

Modified: 
    libcxx/docs/Status/RangesPaper.csv

Removed: 
    


################################################################################
diff  --git a/libcxx/docs/Status/RangesPaper.csv b/libcxx/docs/Status/RangesPaper.csv
index f109f02c82760..bbb63d42b1333 100644
--- a/libcxx/docs/Status/RangesPaper.csv
+++ b/libcxx/docs/Status/RangesPaper.csv
@@ -92,9 +92,9 @@ Section,Description,Dependencies,Assignee,Complete
 | [default.sentinels]",Zoe Carver,✅
 `[stream.iterators] <https://wg21.link/stream.iterators>`_,"
 | Updates to istream_iterator
-| `Updates to ostream_iterator <https://llvm.org/https://llvm.org/D103273>`_
+| `Updates to ostream_iterator <https://llvm.org/D103273>`_
 | Updates to istreambuf_iterator
-| `Updates to ostreambuf_iterator <https://llvm.org/https://llvm.org/D103273>`_
+| `Updates to ostreambuf_iterator <https://llvm.org/D103273>`_
 ",[default.sentinels],Various,In progress
 `[range.access] <https://wg21.link/range.access>`_,"| `ranges::begin <https://llvm.org/D100255>`_
 | `ranges::end <https://llvm.org/D100255>`_


        


More information about the libcxx-commits mailing list