You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ limitations under the License.
33
33
34
34
[![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] -->
35
35
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].
37
37
38
38
<!-- Section to include introductory text. Make sure to keep an empty line after the intro `section` element and another before the `/section` close. -->
39
39
@@ -73,7 +73,7 @@ var dtype = require( '@stdlib/ndarray-dtype' );
73
73
74
74
#### dtype( x )
75
75
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].
0 commit comments