mirror of
https://github.com/pezkuwichain/pezkuwi-telemetry.git
synced 2026-06-15 10:41:03 +00:00
chore: fix some typos in comments (#586)
Signed-off-by: tgolang <seekseat@aliyun.com>
This commit is contained in:
@@ -39,7 +39,7 @@ impl<K> Counter<K>
|
||||
where
|
||||
K: Sized + std::hash::Hash + Eq,
|
||||
{
|
||||
/// Either adds or removes a single occurence of a given `key`.
|
||||
/// Either adds or removes a single occurrence of a given `key`.
|
||||
pub fn modify<'a, Q>(&mut self, key: Option<&'a Q>, op: CounterValue)
|
||||
where
|
||||
Q: ?Sized + std::hash::Hash + Eq,
|
||||
|
||||
Reference in New Issue
Block a user