chore: remove repetitive words (#4448)

Signed-off-by: hardlydearly <799511800@qq.com>
This commit is contained in:
hardlydearly
2024-04-24 18:36:01 +08:00
committed by GitHub
parent 1d0d94d5e6
commit f49b0b3aab
8 changed files with 9 additions and 9 deletions

View File

@ -11,7 +11,7 @@ macro_rules! metrics_context {
};
}
/// Create a global [`Meter`][Meter] with the specified name and and an optional description.
/// Create a global [`Meter`][Meter] with the specified name and an optional description.
///
/// [Meter]: opentelemetry::metrics::Meter
#[macro_export]