Skip to content

Commit

Permalink
jsdoc fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Smoren committed Mar 10, 2024
1 parent 5eb0aa4 commit 80a2bdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/functions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export function view<T>(source: Array<T> | ArrayViewInterface<T>, readonly?: boo
*
* This function allows you to create a selector for defining a subset of elements based on a slice range.
*
* @param {string | Array<number | undefined> | Slice} slice - The slice string or Slice object to create the selector from.
* @param {string | Array<number | undefined> | Slice} slice - The slice string/array or Slice object to create the selector from.
*
* @returns {SliceSelector} The created SliceSelector instance.
*
Expand Down

0 comments on commit 80a2bdf

Please sign in to comment.