From 80a2bdfca3570f8da117db78b4f7d1cf2aca1f3b Mon Sep 17 00:00:00 2001 From: Smoren Date: Sun, 10 Mar 2024 17:21:01 +0300 Subject: [PATCH] jsdoc fix --- src/functions.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/functions.ts b/src/functions.ts index 018e3d9..62b759b 100644 --- a/src/functions.ts +++ b/src/functions.ts @@ -33,7 +33,7 @@ export function view(source: Array | ArrayViewInterface, readonly?: boo * * This function allows you to create a selector for defining a subset of elements based on a slice range. * - * @param {string | Array | Slice} slice - The slice string or Slice object to create the selector from. + * @param {string | Array | Slice} slice - The slice string/array or Slice object to create the selector from. * * @returns {SliceSelector} The created SliceSelector instance. *