Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
Signed-off-by: jayzhan211 <[email protected]>
  • Loading branch information
jayzhan211 committed Sep 2, 2024
1 parent b0797ff commit d2224e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datafusion/expr-common/src/type_coercion/aggregates.rs
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ pub fn check_arg_count(
| TypeSignature::Numeric(_)
| TypeSignature::Coercible(_) => {
// User-defined signature is validated in `coerce_types`
// Numreic and Coercible signature is validated in `get_valid_types`
// Numeric and Coercible signature is validated in `get_valid_types`
}
_ => {
return internal_err!(
Expand Down

0 comments on commit d2224e3

Please sign in to comment.