[all-commits] [llvm/llvm-project] dca681: [libc++][NFC] Fix typo in ranges::iterator_t synopsis
Joseph Loser via All-commits
all-commits at lists.llvm.org
Sat Nov 20 16:16:50 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: dca681fee93e12d1e06733b607dec9f11d538151
https://github.com/llvm/llvm-project/commit/dca681fee93e12d1e06733b607dec9f11d538151
Author: Joe Loser <joeloser93 at gmail.com>
Date: 2021-11-20 (Sat, 20 Nov 2021)
Changed paths:
M libcxx/include/ranges
Log Message:
-----------
[libc++][NFC] Fix typo in ranges::iterator_t synopsis
The `iterator_t` alias template is on `T` not a `R` like the other
neighboring alias templates. Fix the typo.
More information about the All-commits
mailing list