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 af160bd commit 4cde679
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 @@ -20,7 +20,7 @@ limitations under the License.

# slice

> Return a read-only view of an input ndarray.
> Return a read-only view of an input [`ndarray`][@stdlib/ndarray/ctor].
<!-- Section to include introductory text. Make sure to keep an empty line after the intro `section` element and another before the `/section` close. -->

Expand Down Expand Up @@ -81,7 +81,7 @@ arr = ndarray2array( y );

The function accepts the following arguments:

- **x**: input ndarray.
- **x**: input [`ndarray`][@stdlib/ndarray/ctor].
- **s**: a [`MultiSlice`][@stdlib/slice/multi] instance, an array of slice arguments, or slice arguments as separate arguments.
- **options**: function options.

Expand Down

0 comments on commit 4cde679

Please sign in to comment.