From 4cd28687f8f30b504739c88cafa8d981b4c01091 Mon Sep 17 00:00:00 2001 From: Yunsong Wang Date: Tue, 10 Oct 2023 10:27:26 -0700 Subject: [PATCH] Apply suggestions from code review MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Daniel Jünger <2955913+sleeepyjack@users.noreply.github.com> --- include/cuco/detail/open_addressing/open_addressing_impl.cuh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/cuco/detail/open_addressing/open_addressing_impl.cuh b/include/cuco/detail/open_addressing/open_addressing_impl.cuh index 6a20e4829..499328a5e 100644 --- a/include/cuco/detail/open_addressing/open_addressing_impl.cuh +++ b/include/cuco/detail/open_addressing/open_addressing_impl.cuh @@ -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 {