Skip to content

Commit

Permalink
review: fix comment typo
Browse files Browse the repository at this point in the history
Co-authored-by: Oliver Gould <[email protected]>
Signed-off-by: katelyn martin <[email protected]>
  • Loading branch information
cratelyn and olix0r committed Sep 9, 2024
1 parent b4496a0 commit 0285e8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion linkerd2-proxy/src/rt.rs
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ pub(crate) fn build() -> Runtime {
.expect("failed to build basic runtime!")
}

// Spawns a task to scrape metrics for the given runtime at a regular interval.
/// Spawns a task to scrape metrics for the given runtime at a regular interval.
///
/// Note that this module requires unstable tokio functionality that must be
/// enabled via the `tokio_unstable` feature. When it is not enabled, no metrics
Expand Down

0 comments on commit 0285e8a

Please sign in to comment.