metrics: fix a lil docs glitch

This commit is contained in:
Toby Lawrence 2019-06-11 21:45:04 -04:00
parent 35b4db8cbf
commit fc5d487520
No known key found for this signature in database
GPG Key ID: 3BB201B0EEE9212E
1 changed files with 1 additions and 1 deletions

View File

@ -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<MetricRegistry>,
scope_registry: Arc<ScopeRegistry>,