Skip to content

Commit

Permalink
fix(doc): register_histogram_vec_with_registry registers to a custo…
Browse files Browse the repository at this point in the history
…m registry

Signed-off-by: Antonio Nuno Monteiro <[email protected]>
  • Loading branch information
anmonteiro committed Nov 8, 2024
1 parent f0c9bc2 commit 9db2d2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/macros.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1060,7 +1060,7 @@ fn test_register_histogram_vec_trailing_comma() {
assert!(histogram_vec.is_ok());
}

/// Create a [`HistogramVec`][crate::HistogramVec] and registers to default registry.
/// Create a [`HistogramVec`][crate::HistogramVec] and registers to a custom registry.
///
/// # Examples
///
Expand Down

0 comments on commit 9db2d2e

Please sign in to comment.