Skip to content

Commit

Permalink
Update datafusion/expr-common/src/groups_accumulator.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
alamb authored Oct 8, 2024
1 parent 7c70ab0 commit ae4232c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datafusion/expr-common/src/groups_accumulator.rs
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ pub trait GroupsAccumulator: Send {
/// Note that subsequent calls to update_batch may have larger
/// total_num_groups as new groups are seen.
///
/// See [`NullState`] tp help keep the state for groups that have not seen any
/// See [`NullState`] to help keep the state for groups that have not seen any
/// values and produce the correct output for those groups.
///
/// [`NullState`]: https://docs.rs/datafusion/latest/datafusion/physical_expr/struct.NullState.html
Expand Down

0 comments on commit ae4232c

Please sign in to comment.