Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel Jünger <[email protected]>
  • Loading branch information
PointKernel and sleeepyjack authored Oct 10, 2023
1 parent 269d0d7 commit 4cd2868
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/cuco/detail/open_addressing/open_addressing_impl.cuh
Original file line number Diff line number Diff line change
Expand Up @@ -644,9 +644,9 @@ class open_addressing_impl {
}

/**
* @brief Gets the sentinel value used to represent an empty key slot.
* @brief Gets the sentinel value used to represent an erased key slot.
*
* @return The sentinel value used to represent an empty key slot
* @return The sentinel value used to represent an erased key slot
*/
[[nodiscard]] constexpr key_type erased_key_sentinel() const noexcept
{
Expand Down

0 comments on commit 4cd2868

Please sign in to comment.