Skip to content

Commit

Permalink
Merge pull request #12 from thomasjpfan/typo_struct
Browse files Browse the repository at this point in the history
Fix typo in struct.md
  • Loading branch information
MarcoGorelli authored Feb 4, 2024
2 parents 1b6c85a + 15dae5d commit 89e9dbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/struct.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def shift_struct(expr: IntoExpr) -> pl.Expr:
)
```

On the Roost side, we need to start by activating the necessary
On the Rust side, we need to start by activating the necessary
feature - in `Cargo.toml`, please make this change:
```diff
-polars = { version = "0.37.0", default-features = false }
Expand Down

0 comments on commit 89e9dbd

Please sign in to comment.