Skip to content

Commit

Permalink
Fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
PointKernel committed Oct 29, 2024
1 parent fdee9bd commit 76b3894
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/cuco/detail/static_set/static_set_ref.inl
Original file line number Diff line number Diff line change
Expand Up @@ -648,7 +648,7 @@ class operator_impl<op::count_tag,

public:
/**
* @brief Counts the occurrence of a given key contained in multiset
* @brief Counts the occurrence of a given key contained in set
*
* @tparam ProbeKey Probe key type
*
Expand All @@ -664,7 +664,7 @@ class operator_impl<op::count_tag,
}

/**
* @brief Counts the occurrence of a given key contained in multiset
* @brief Counts the occurrence of a given key contained in set
*
* @tparam ProbeKey Probe key type
*
Expand Down

0 comments on commit 76b3894

Please sign in to comment.