Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ritchie46 committed Oct 19, 2023
1 parent d9118d6 commit 44a571b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/user-guide/expressions/plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ serde = { version = "1", features = ["derive"] }
### Writing the expression

In this library we create a helper function that converts a `&str` to pig-latin, and we create the function that we will
explose as an expression. To expose a function we must add the `#[polars_expr(output=DataType)]` attribute and the function
expose as an expression. To expose a function we must add the `#[polars_expr(output=DataType)]` attribute and the function
must always accept `inputs: &[Series]` as its first argument.

```rust
Expand Down

0 comments on commit 44a571b

Please sign in to comment.