From 15dae5da102456b3654d8d5d127119bae14d65f2 Mon Sep 17 00:00:00 2001 From: "Thomas J. Fan" Date: Sat, 3 Feb 2024 11:29:40 -0500 Subject: [PATCH] Fix typo in struct.md --- docs/struct.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/struct.md b/docs/struct.md index 2bd1ff3..987b2de 100644 --- a/docs/struct.md +++ b/docs/struct.md @@ -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 }