Skip to content

Commit df9197b

Browse files
doc typo
1 parent 78124b5 commit df9197b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/udf.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ use datafusion::logical_expr::{create_udf, ColumnarValue};
3131
use crate::expr::PyExpr;
3232
use crate::utils::parse_volatility;
3333

34-
/// Create a Rust callable function fr a python function that expects pyarrow arrays
34+
/// Create a Rust callable function from a python function that expects pyarrow arrays
3535
fn pyarrow_function_to_rust(
3636
func: PyObject,
3737
) -> impl Fn(&[ArrayRef]) -> Result<ArrayRef, DataFusionError> {

0 commit comments

Comments
 (0)