Skip to content

Commit

Permalink
fix typo in RustDoc (metrics-rs#286)
Browse files Browse the repository at this point in the history
  • Loading branch information
look authored Mar 15, 2022
1 parent a6c19d0 commit a7153f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metrics/src/label.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ use std::slice::Iter;
use crate::SharedString;
use alloc::vec::Vec;

/// Metadata for a metric key in the for of a key/value pair.
/// Metadata for a metric key in the form of a key/value pair.
///
/// Metrics are always defined by a name, but can optionally be assigned "labels", which are
/// key/value pairs that provide metadata about the key. Labels are typically used for
Expand Down

0 comments on commit a7153f6

Please sign in to comment.