Skip to content

Commit

Permalink
chore: fix typo (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
42arch committed Feb 16, 2023
1 parent 2664d9b commit 2193288
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/array.ts
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ export function move<T>(arr: T[], from: number, to: number) {
}

/**
* Clamp a number to the index ranage of an array
* Clamp a number to the index range of an array
*
* @category Array
*/
Expand Down

0 comments on commit 2193288

Please sign in to comment.