From 94ce104153481ebacb4d76d27707a135f48d601f Mon Sep 17 00:00:00 2001 From: Dan Hoeflinger Date: Wed, 26 Jun 2024 09:54:45 -0400 Subject: [PATCH] adding missing word Signed-off-by: Dan Hoeflinger --- source/elements/oneDPL/source/parallel_api.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/elements/oneDPL/source/parallel_api.rst b/source/elements/oneDPL/source/parallel_api.rst index 4902134c8e..8e75238e9d 100644 --- a/source/elements/oneDPL/source/parallel_api.rst +++ b/source/elements/oneDPL/source/parallel_api.rst @@ -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`