Fixed Histogram collector comment.

This commit is contained in:
Paul Masurel
2021-03-23 18:43:49 +09:00
parent 4c384272dc
commit 8e7fe068e9

View File

@@ -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
///