chore: fix typo (#6464)

This commit is contained in:
Taiki Endo
2024-04-06 00:43:13 +09:00
committed by GitHub
parent a1acfd8c20
commit 035a968bdd
+1 -1
View File
@@ -44,7 +44,7 @@ pub(crate) struct WorkerMetrics {
/// current-thread scheduler.
pub(crate) queue_depth: AtomicUsize,
/// If `Some`, tracks the the number of polls by duration range.
/// If `Some`, tracks the number of polls by duration range.
pub(super) poll_count_histogram: Option<Histogram>,
}