Skip to content

Commit 456b00b

Browse files
[oneDPL] Indirectly device accessible minor language adjustment (#622)
Signed-off-by: Dan Hoeflinger <[email protected]>
1 parent d225957 commit 456b00b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/elements/oneDPL/source/parallel_api/iterators.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ The following class template and variable template are defined in ``<oneapi/dpl/
4242
template <typename T>
4343
inline constexpr bool is_indirectly_device_accessible_v = is_indirectly_device_accessible<T>::value;
4444
45-
``template <typename T> oneapi::dpl::is_indirectly_device_accessible`` is a type which has the base characteristic
45+
``template <typename T> oneapi::dpl::is_indirectly_device_accessible`` is a template which has the base characteristic
4646
of ``std::true_type`` if ``T`` is indirectly device accessible. Otherwise, it has the base characteristic of
4747
``std::false_type``.
4848

0 commit comments

Comments
 (0)