Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
marvin-j97 committed Nov 3, 2024
1 parent ff5d3e2 commit a311476
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/agg/group.rs
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ where
I: Iterator<Item = crate::Result<StreamItem>>,
{
/// Consumes all groups, returning a dictionary of time series data,
/// mapping each group to a vector of data points (`Bucket`).
/// mapping each group to a list of data points (`Bucket`).
///
/// # Errors
///
Expand Down

0 comments on commit a311476

Please sign in to comment.