mirror of
https://github.com/quickwit-oss/tantivy.git
synced 2026-05-23 19:50:42 +00:00
Fixed Histogram collector comment.
This commit is contained in:
@@ -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
|
||||
///
|
||||
|
||||
Reference in New Issue
Block a user