We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5eb0aa4 commit 80a2bdfCopy full SHA for 80a2bdf
src/functions.ts
@@ -33,7 +33,7 @@ export function view<T>(source: Array<T> | ArrayViewInterface<T>, readonly?: boo
33
*
34
* This function allows you to create a selector for defining a subset of elements based on a slice range.
35
36
- * @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.
37
38
* @returns {SliceSelector} The created SliceSelector instance.
39
0 commit comments