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 Nov 2, 2024
1 parent 2471ce1 commit de19599
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/cuco/bucket_storage.cuh
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ class bucket_storage_ref : public detail::bucket_storage_base<T, BucketSize, Ext
[[nodiscard]] __device__ constexpr bucket_type* data() noexcept;

/**
* @brief Gets buckets array.
* @brief Gets bucket array.
*
* @return Pointer to the first bucket
*/
Expand Down

0 comments on commit de19599

Please sign in to comment.