Skip to content

Commit

Permalink
minor typos
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoGorelli committed Feb 6, 2024
1 parent 89e9dbd commit 8cf90fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/noop.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
```
.
Expand Down
2 changes: 1 addition & 1 deletion docs/prerequisites.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 8cf90fa

Please sign in to comment.