From af160bd8c71fa244392efd83b7f65fd387ce2a2b Mon Sep 17 00:00:00 2001 From: stdlib-bot Date: Thu, 28 Sep 2023 01:02:19 +0000 Subject: [PATCH] Auto-generated commit --- slice/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/slice/README.md b/slice/README.md index fd5ea439..0aa622d7 100644 --- a/slice/README.md +++ b/slice/README.md @@ -40,7 +40,7 @@ limitations under the License. var slice = require( '@stdlib/ndarray/slice' ); ``` -#### slice( x, ...slice\[, options] ) +#### slice( x, ...s\[, options] ) Returns a **read-only** view of an input ndarray. @@ -82,7 +82,7 @@ arr = ndarray2array( y ); The function accepts the following arguments: - **x**: input ndarray. -- **slice**: a [`MultiSlice`][@stdlib/slice/multi] instance, an array of slice arguments, or slice arguments as separate arguments. +- **s**: a [`MultiSlice`][@stdlib/slice/multi] instance, an array of slice arguments, or slice arguments as separate arguments. - **options**: function options. The function supports three (mutually exclusive) means for providing slice arguments: