Skip to content

Commit

Permalink
fix: removing unnecessary word
Browse files Browse the repository at this point in the history
  • Loading branch information
marrionluaka committed Jun 9, 2024
1 parent c9ee435 commit 5f4eaed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export function selectAll<T>({
return ids.slice(_index, _selectedIndex + 1);
}

// select all remaining indices
// select remaining indices
return selectedIds
.slice(0, nonConsecutiveIndex)
.concat(ids.slice(_selectedIndex, _index + 1));
Expand Down

0 comments on commit 5f4eaed

Please sign in to comment.