Skip to content

Commit

Permalink
Auto-generated commit
Browse files Browse the repository at this point in the history
  • Loading branch information
stdlib-bot committed Sep 28, 2023
1 parent 1284c6e commit af160bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions slice/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit af160bd

Please sign in to comment.