Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Darksonn committed Jun 30, 2024
1 parent 8f29c2d commit 53f8ed0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tokio/src/runtime/metrics/runtime.rs
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ impl RuntimeMetrics {

/// Returns the current number of alive tasks in the runtime.
///
/// This counter increses when a task is spawned and decreases when a
/// This counter increases when a task is spawned and decreases when a
/// task exits.
///
/// # Examples
Expand Down

0 comments on commit 53f8ed0

Please sign in to comment.