doc: minor changes

This commit is contained in:
Michele Caini
2022-04-04 09:17:40 +02:00
parent 81e1500675
commit b8b6203ecd

View File

@@ -61,7 +61,7 @@ private:
*/
template<typename It, typename Sentinel = It>
struct iterable_adaptor final {
/*! @brief Type of the objects returned during iteration. */
/*! @brief Value type. */
using value_type = typename std::iterator_traits<It>::value_type;
/*! @brief Iterator type. */
using iterator = It;