Skip to content

Commit

Permalink
chore: fix typo (#6464)
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e authored Apr 5, 2024
1 parent a1acfd8 commit 035a968
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tokio/src/runtime/metrics/worker.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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>,
}

Expand Down

0 comments on commit 035a968

Please sign in to comment.