From 0285e8aa9b899759b919b34c5216220e2c15842c Mon Sep 17 00:00:00 2001 From: katelyn martin Date: Mon, 9 Sep 2024 14:13:57 -0400 Subject: [PATCH] review: fix comment typo Co-authored-by: Oliver Gould Signed-off-by: katelyn martin --- linkerd2-proxy/src/rt.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linkerd2-proxy/src/rt.rs b/linkerd2-proxy/src/rt.rs index 72484b2019..1532330d86 100644 --- a/linkerd2-proxy/src/rt.rs +++ b/linkerd2-proxy/src/rt.rs @@ -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