Skip to content

Commit 7ba202f

Browse files
committed
Auto-generated commit
1 parent 9ed72a0 commit 7ba202f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ limitations under the License.
3333

3434
[![NPM version][npm-image]][npm-url] [![Build Status][test-image]][test-url] [![Coverage Status][coverage-image]][coverage-url] <!-- [![dependencies][dependencies-image]][dependencies-url] -->
3535

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

@@ -112,7 +112,7 @@ arr = ndarray2array( y );
112112

113113
The function accepts the following arguments:
114114

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

0 commit comments

Comments
 (0)