Skip to content

Commit 9728a2e

Browse files
committed
fix typo
1 parent b3bdc48 commit 9728a2e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

datafusion/expr/src/udlf.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ impl LambdaArgument {
202202
}
203203

204204
/// Evaluate this lambda
205-
/// `args` should evalute to the value of each parameter
205+
/// `args` should evaluate to the value of each parameter
206206
/// of the correspondent lambda returned in [LambdaUDF::lambdas_parameters].
207207
pub fn evaluate(
208208
&self,

0 commit comments

Comments
 (0)