Skip to content

Commit

Permalink
doc typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael-J-Ward committed Oct 14, 2024
1 parent 78124b5 commit df9197b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/udf.rs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ use datafusion::logical_expr::{create_udf, ColumnarValue};
use crate::expr::PyExpr;
use crate::utils::parse_volatility;

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

0 comments on commit df9197b

Please sign in to comment.