Skip to content

Commit 4f72fb0

Browse files
committed
address reviewer comments
1 parent ccf4d33 commit 4f72fb0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/source/API/core/view/view.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ Header File: ``<Kokkos_Core.hpp>``
212212

213213
:tparam IntType: an integral type
214214

215-
:param name: a user provided label, which is used for profiling and debugging purposes. Names are not required to be unique,
215+
:param name: a user provided label, which is used for profiling and debugging purposes. Names are not required to be unique.
216216

217217
:param extents: Extents of the :cpp:class:`View`.
218218

@@ -228,7 +228,7 @@ Header File: ``<Kokkos_Core.hpp>``
228228
instance of the execution space corresponding to :cpp:type:`memory_space` and fences it.
229229

230230
:param name: a user provided label, which is used for profiling and debugging purposes.
231-
Names are not required to be unique,
231+
Names are not required to be unique.
232232

233233
:param layout: an instance of a layout class.
234234
The number of valid extents must either match the :cpp:func:`rank_dynamic` or :cpp:func:`rank`.

docs/source/templates/class_api.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ Non-Member Functions
141141

142142
:tparam ViewDst: the other
143143

144-
:return: true if :cpp:type:`View::value_type`, :cpp:type:`View::array_layout`, :cpp:type:`View::memory_space`, :cpp:member:`View::func`, :cpp:func:`View::data()` and :cpp:expr:`View::extent(r)`, for :cpp:expr:`0<=r<rank`, match.
144+
:return: true if :cpp:type:`View::value_type`, :cpp:type:`View::array_layout`, :cpp:type:`View::memory_space`, :cpp:func:`View::rank`, :cpp:func:`View::data()` and :cpp:expr:`View::extent(r)`, for :cpp:expr:`0<=r<rank`, match.
145145

146146
.. cpp:function:: void frobrnicator(CoolerView &v) noexcept
147147

0 commit comments

Comments
 (0)