Skip to content

Commit edeafaa

Browse files
committed
Update docs
1 parent 60cb816 commit edeafaa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/cuco/detail/open_addressing/open_addressing_ref_impl.cuh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -284,9 +284,9 @@ class open_addressing_ref_impl {
284284
}
285285

286286
/**
287-
* @brief Returns a const_iterator to one past the last slot.
287+
* @brief Returns an iterator to one past the last slot.
288288
*
289-
* @return A const_iterator to one past the last slot
289+
* @return An iterator to one past the last slot
290290
*/
291291
[[nodiscard]] __host__ __device__ constexpr iterator end() const noexcept
292292
{

0 commit comments

Comments
 (0)