8000 Auto-generated commit · stdlib-js/ndarray-dtype@ca440c2 · GitHub
[go: up one dir, main page]

Skip to content

Commit ca440c2

Browse files
committed
Auto-generated commit
1 parent 7eb5291 commit ca440c2

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 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] [![Cover 8000 age Status][coverage-image]][coverage-url] <!-- [![dependencies][dependencies-image]][dependencies-url] -->
3535

36-
> Return the data type of a provided [ndarray][@stdlib/ndarray/ctor].
36+
> Return the [data type][@stdlib/ndarray/dtypes] of a provided [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

@@ -73,7 +73,7 @@ var dtype = require( '@stdlib/ndarray-dtype' );
7373

7474
#### dtype( x )
7575

76-
Returns the data type of a provided [ndarray][@stdlib/ndarray/ctor].
76+
Returns the [data type][@stdlib/ndarray/dtypes] of a provided [ndarray][@stdlib/ndarray/ctor].
7777

7878
```javascript
7979
var zeros = require( '@stdlib/ndarray-zeros' );
@@ -238,6 +238,8 @@ Copyright &copy; 2016-2023. The Stdlib [Authors][stdlib-authors].
238238

239239
[@stdlib/ndarray/ctor]: https://github.com/stdlib-js/stdlib
240240

241+
[@stdlib/ndarray/dtypes]: https://github.com/stdlib-js/stdlib
242+
241243
</section>
242244

243245
<!-- /.links -->

0 commit comments

Comments
 (0)
0