Skip to content

Commit

Permalink
adding missing word
Browse files Browse the repository at this point in the history
Signed-off-by: Dan Hoeflinger <dan.hoeflinger@intel.com>
  • Loading branch information
danhoeflinger committed Jun 26, 2024
1 parent 2f91f23 commit 94ce104
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/elements/oneDPL/source/parallel_api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,7 @@ to the index of the source iterator. The arithmetic and comparison operators of
iterator instances to determine their position in the index map. :code:`SourceIterator` must satisfy
:code:`ValidParallelIteratorSource`.

The :code:`IndexMap` must satisfy at least one of the following:
The type :code:`IndexMap` must satisfy at least one of the following:
* :code:`IndexMap` satisfies the C++ named requirement :code:`LegacyRandomAccessIterator`
* :code:`IndexMap` is the unspecified iterator-like type returned by :code:`oneapi::dpl::begin` or :code:`oneapi::dpl::end`
* :code:`IndexMap` is a valid :code:`permutation_iterator`
Expand Down

0 comments on commit 94ce104

Please sign in to comment.