From 8cf90fab96d361b2854bddbaf77bd3af59fc9a53 Mon Sep 17 00:00:00 2001 From: MarcoGorelli <33491632+MarcoGorelli@users.noreply.github.com> Date: Tue, 6 Feb 2024 11:32:37 +0000 Subject: [PATCH] minor typos --- docs/noop.md | 2 +- docs/prerequisites.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/noop.md b/docs/noop.md index 242c89b..9e60d40 100644 --- a/docs/noop.md +++ b/docs/noop.md @@ -6,7 +6,7 @@ We'll write a Polars plugin which takes an expression, and returns it exactly as it is. Nothing more, nothing less. This will just be an exercise in setting everything up! -If you followed the instructions in [Prerequisites], then you working directory +If you followed the instructions in [Prerequisites], then your working directory should look a bit like the following: ``` . diff --git a/docs/prerequisites.md b/docs/prerequisites.md index e4ffcc0..17a60f2 100644 --- a/docs/prerequisites.md +++ b/docs/prerequisites.md @@ -63,7 +63,7 @@ Series: '' [i64] 45 ] ``` -you may be tempted to conclude that it contains three values: `[null, 1, 2]`. +you may be tempted to conclude that it contains three values: `[null, 44, 45]`. However, if you print out `s._get_buffers()`, you'll see something different: