docs: Fix typo in comment
parent
2d643d4407
commit
8da332c19c
|
@ -40,7 +40,7 @@ pub type Result<T, E = Error> = std::result::Result<T, E>;
|
|||
/// A metric registry with handy helpers for asserting conditions on metrics.
|
||||
///
|
||||
/// You can either initialise a default `TestMetricRegistry` and use the
|
||||
/// `registry()` method to inject a `MetricsRegistry` wherever you need it.
|
||||
/// `registry()` method to inject a `MetricRegistry` wherever you need it.
|
||||
/// Alternatively you can provide an existing `MetricRegistry` via `new`.
|
||||
///
|
||||
///
|
||||
|
|
Loading…
Reference in New Issue