Bump crate-ci/typos and fix typos (#12381)

Supersede #12376
This commit is contained in:
Stefan Holderbach
2024-04-04 09:59:21 +02:00
committed by GitHub
parent f0a073b397
commit e810995cf8
7 changed files with 11 additions and 9 deletions

View File

@ -22,7 +22,7 @@ impl Command for LazyJoin {
.required("right_on", SyntaxShape::Any, "Right column(s) to join on")
.switch(
"inner",
"inner joing between lazyframes (default)",
"inner join between lazyframes (default)",
Some('i'),
)
.switch("left", "left join between lazyframes", Some('l'))