Skip to content

Commit

Permalink
Awkward doc reference
Browse files Browse the repository at this point in the history
  • Loading branch information
jleibs committed Feb 1, 2024
1 parent edadbb8 commit 31e7e05
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions crates/re_space_view_time_series/src/aggregation.rs
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,9 @@ impl AverageAggregator {
}
}

/// Implements aggregation behaviors corresponding to [`TimeSeriesAggregator::Max`],
/// [`TimeSeriesAggregator::Min`], [`TimeSeriesAggregator::MinMax`] and
/// [`TimeSeriesAggregator::MinMaxAverage`], .
/// Implements aggregation behaviors corresponding to `TimeSeriesAggregator::Max`,
/// `TimeSeriesAggregator::Min`, `TimeSeriesAggregator::MinMax` and
/// `TimeSeriesAggregator::MinMaxAverage`.
pub enum MinMaxAggregator {
/// Keep only the maximum values in the range.
Max,
Expand Down
2 changes: 1 addition & 1 deletion crates/re_space_view_time_series/src/visualizer_system.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ use crate::{
PlotPoint, PlotPointAttrs, PlotSeries, PlotSeriesKind,
};

/// The legacy system for rendering [`TimeSeriesScalars`] archetypes.
/// The legacy system for rendering [`TimeSeriesScalar`] archetypes.
#[derive(Default, Debug)]
pub struct LegacyTimeSeriesSystem {
pub annotation_map: AnnotationMap,
Expand Down

0 comments on commit 31e7e05

Please sign in to comment.