Skip to content

Commit

Permalink
Updating spelling
Browse files Browse the repository at this point in the history
Co-authored-by: Cory Grinstead <universalmind.candy@gmail.com>
  • Loading branch information
Bidek56 and universalmind303 authored Aug 30, 2024
1 parent 4871819 commit bda4279
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lazy/dataframe.rs
Original file line number Diff line number Diff line change
Expand Up @@ -492,7 +492,7 @@ impl JsLazyFrame {
#[napi(catch_unwind)]
pub fn slice(&self, offset: i64, length: u32) -> JsLazyFrame {
let ldf = self.ldf.clone();
ldf.slice(offset, lenght).into()
ldf.slice(offset, length).into()
}
#[napi(catch_unwind)]
pub fn tail(&self, n: u32) -> JsLazyFrame {
Expand Down

0 comments on commit bda4279

Please sign in to comment.