Skip to content

Commit 28527a9

Browse files
stinodegouniversalmind303
authored andcommitted
Small formatting fixes (#4071)
1 parent 5245f7c commit 28527a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nodejs-polars/src/lazy/dataframe.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ impl JsLazyFrame {
280280
let strategy = match strategy.as_ref() {
281281
"forward" => AsofStrategy::Forward,
282282
"backward" => AsofStrategy::Backward,
283-
_ => panic!("expected on of {{'forward', 'backward'}}"),
283+
_ => panic!("expected one of {{'forward', 'backward'}}"),
284284
};
285285

286286
let ldf = self.ldf.clone();

0 commit comments

Comments
 (0)