Skip to content

Commit

Permalink
Fixed copy/paste error.
Browse files Browse the repository at this point in the history
  • Loading branch information
Omega359 committed Oct 2, 2024
1 parent 2af36d0 commit 2b4aa53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datafusion/expr/src/udaf.rs
Original file line number Diff line number Diff line change
Expand Up @@ -632,7 +632,7 @@ pub trait AggregateUDFImpl: Debug + Send + Sync {
ScalarValue::try_from(data_type)
}

/// Returns the documentation for this Scalar UDF.
/// Returns the documentation for this Aggregate UDF.
///
/// Documentation can be accessed programmatically as well as
/// generating publicly facing documentation.
Expand Down

0 comments on commit 2b4aa53

Please sign in to comment.