Skip to content

Commit

Permalink
Update docs/source/API/core/view/view_alloc.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
tpadioleau authored Nov 28, 2024
1 parent 6550b79 commit 4ce34c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/API/core/view/view_alloc.rst
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ Description

.. cppkokkos:type:: SequentialHostInit
:cppkokkos:type:`SequentialHostInit` is intended to be used to inititialize elements that do not have a default constructor or destructor that
:cppkokkos:type:`SequentialHostInit` is intended to be used to initialize elements that do not have a default constructor or destructor that
can be called inside a Kokkos parallel region. In particular this includes constructors and destructors which:

* allocate or deallocate memory
Expand Down

0 comments on commit 4ce34c4

Please sign in to comment.