Skip to content

Commit

Permalink
chore: doc fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zeeshanlakhani committed Jun 21, 2024
1 parent ed32267 commit adb1136
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions oximeter/oximeter/src/histogram.rs
Original file line number Diff line number Diff line change
Expand Up @@ -295,8 +295,8 @@ pub struct Bin<T> {
pub count: u64,
}

/// Internal, creation-specific newtype wrapper around Vec<Bin<T>> to implement
/// conversion(s).
/// Internal, creation-specific newtype wrapper around `Vec<Bin<T>>` to
/// implement conversion(s).
struct Bins<T>(Vec<Bin<T>>);

/// Histogram metric
Expand Down

0 comments on commit adb1136

Please sign in to comment.