We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3bdc48 commit 9728a2eCopy full SHA for 9728a2e
1 file changed
datafusion/expr/src/udlf.rs
@@ -202,7 +202,7 @@ impl LambdaArgument {
202
}
203
204
/// Evaluate this lambda
205
- /// `args` should evalute to the value of each parameter
+ /// `args` should evaluate to the value of each parameter
206
/// of the correspondent lambda returned in [LambdaUDF::lambdas_parameters].
207
pub fn evaluate(
208
&self,
0 commit comments