Skip to content

Commit

Permalink
Comment improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
fritshoogland-yugabyte committed Jan 9, 2023
1 parent e8b8ab6 commit 5f5cebb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/metrics/structs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ pub struct MetricDiffCountSumRows {
pub second_sum: u64,
pub second_rows: u64,
}
/// Wrapper for holding the diffs
/// Wrapper struct for holding the diff btreemaps.
#[derive(Debug, Default)]
pub struct MetricEntityDiff {
pub btreemetricdiffvalue: BTreeMetricDiffValues,
Expand Down

0 comments on commit 5f5cebb

Please sign in to comment.