Skip to content

Commit

Permalink
SemiRegular -> Regular
Browse files Browse the repository at this point in the history
  • Loading branch information
masterleinad committed Sep 11, 2024
1 parent 0103497 commit 6cd5bc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/API/core/KokkosConcepts.rst
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ and ``OpenMPTarget``, the current state of the Kokkos |ExecutionSpaceTwo|_ conce
template <typename Ex>
concept ExecutionSpace =
SemiRegular<Ex> &&
Regular<Ex> &&
Destructible<Ex> &&
// Member type requirements:
requires() {
Expand Down

0 comments on commit 6cd5bc7

Please sign in to comment.