diff --git a/src/collector/histogram_collector.rs b/src/collector/histogram_collector.rs index 6db5c7167..19e60503d 100644 --- a/src/collector/histogram_collector.rs +++ b/src/collector/histogram_collector.rs @@ -14,7 +14,7 @@ use fastdivide::DividerU64; /// An histogram is then defined as a `Vec` of length `num_buckets`, that contains a count of /// documents for each value bucket. /// -/// See [`Histogram::new()`]. +/// See also [`HistogramCollector::new()`]. /// /// # Warning ///