Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Fixes typo hypens -> hyphens
  • Loading branch information
xskoak committed Feb 9, 2024
1 parent 25534b3 commit 7644e1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion foundations/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ pub struct ServiceInfo {

/// Creates [`ServiceInfo`] from the information in `Cargo.toml` manifest of the service.
///
/// [`ServiceInfo::name_in_metrics`] is the same as the package name, with hypens (`-`) replaced
/// [`ServiceInfo::name_in_metrics`] is the same as the package name, with hyphens (`-`) replaced
/// by underscores (`_`).
#[macro_export]
macro_rules! service_info {
Expand Down

0 comments on commit 7644e1c

Please sign in to comment.