diff --git a/metrics/src/receiver.rs b/metrics/src/receiver.rs index 330f863..09106d0 100644 --- a/metrics/src/receiver.rs +++ b/metrics/src/receiver.rs @@ -20,7 +20,7 @@ thread_local! { /// /// `Receiver` is the nucleus for all metrics operations. While no operations are performed by it /// directly, it holds the registeries and references to resources and so it must live as long as -/// any [`Sink`] or `[`Controller`] does. +/// any [`Sink`] or [`Controller`] does. pub struct Receiver { metric_registry: Arc, scope_registry: Arc,