Skip to content

Commit

Permalink
Fixed Histogram collector comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
fulmicoton committed Mar 23, 2021
1 parent 4c38427 commit 8e7fe06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/collector/histogram_collector.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ use fastdivide::DividerU64;
/// An histogram is then defined as a `Vec<u64>` of length `num_buckets`, that contains a count of
/// documents for each value bucket.
///
/// See [`Histogram::new()`].
/// See also [`HistogramCollector::new()`].
///
/// # Warning
///
Expand Down

0 comments on commit 8e7fe06

Please sign in to comment.