From 9db2d2efc8a52a1cd04e1121679b40e87d23ef19 Mon Sep 17 00:00:00 2001 From: Antonio Nuno Monteiro Date: Thu, 7 Nov 2024 16:22:05 -0800 Subject: [PATCH] fix(doc): `register_histogram_vec_with_registry` registers to a custom registry Signed-off-by: Antonio Nuno Monteiro --- src/macros.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/macros.rs b/src/macros.rs index 8095b2e9..3fa80a2a 100644 --- a/src/macros.rs +++ b/src/macros.rs @@ -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 ///