@@ -13,13 +13,13 @@ Let us define a named requirement, ``AdaptingIteratorSource``, to describe valid
1313types that can be used as source for oneDPL iterators as described below.
1414The type ``Iter `` satisfies the ``AdaptingIteratorSource `` named requirement if it is any of the following:
1515
16- * A random access iterator
17- * The unspecified iterator-like type returned by ``oneapi::dpl::begin `` or ``oneapi::dpl::end ``
18- * A ``permutation_iterator ``
19- * A ``transform_iterator ``
20- * A ``counting_iterator ``
21- * A ``discard_iterator ``
22- * A ``zip_iterator ``
16+ * A random access iterator
17+ * The unspecified iterator-like type returned by ``oneapi::dpl::begin `` or ``oneapi::dpl::end ``
18+ * A ``permutation_iterator ``
19+ * A ``transform_iterator ``
20+ * A ``counting_iterator ``
21+ * A ``discard_iterator ``
22+ * A ``zip_iterator ``
2323
2424.. code :: cpp
2525
@@ -155,13 +155,13 @@ iterator instances to determine their position in the index map. ``SourceIterato
155155
156156The type ``IndexMap `` must be one of the following:
157157
158- * A random access iterator
159- * The unspecified iterator-like type returned by ``oneapi::dpl::begin `` or ``oneapi::dpl::end ``
160- * A ``permutation_iterator ``
161- * A ``transform_iterator ``
162- * A ``counting_iterator ``
163- * A functor with a signature equivalent to ``T operator()(const T&) const `` where ``T `` is a
164- ``std::iterator_traits<SourceIterator>::difference_type ``
158+ * A random access iterator
159+ * The unspecified iterator-like type returned by ``oneapi::dpl::begin `` or ``oneapi::dpl::end ``
160+ * A ``permutation_iterator ``
161+ * A ``transform_iterator ``
162+ * A ``counting_iterator ``
163+ * A functor with a signature equivalent to ``T operator()(const T&) const `` where ``T `` is a
164+ ``std::iterator_traits<SourceIterator>::difference_type ``
165165
166166
167167``permutation_iterator::operator* `` uses the counter value of the instance on which
0 commit comments