[libc++][NFC] Fix typo in ranges::iterator_t synopsis
authorJoe Loser <joeloser93@gmail.com>
Sun, 21 Nov 2021 00:15:00 +0000 (19:15 -0500)
committerJoe Loser <joeloser93@gmail.com>
Sun, 21 Nov 2021 00:15:00 +0000 (19:15 -0500)
commitdca681fee93e12d1e06733b607dec9f11d538151
tree69bead279fb173eefa0e288bd144fad9abb0a400
parente74114add3b3e3caf9461ac019ce68b4cb2ab721
[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.
libcxx/include/ranges