Skip to content

Commit 80a2bdf

Browse files
committed
jsdoc fix
1 parent 5eb0aa4 commit 80a2bdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/functions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ export function view<T>(source: Array<T> | ArrayViewInterface<T>, readonly?: boo
3333
*
3434
* This function allows you to create a selector for defining a subset of elements based on a slice range.
3535
*
36-
* @param {string | Array<number | undefined> | Slice} slice - The slice string or Slice object to create the selector from.
36+
* @param {string | Array<number | undefined> | Slice} slice - The slice string/array or Slice object to create the selector from.
3737
*
3838
* @returns {SliceSelector} The created SliceSelector instance.
3939
*

0 commit comments

Comments
 (0)