Skip to content

Commit 388f7e7

Browse files
committed
Update return description
1 parent 520875f commit 388f7e7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/node_modules/@stdlib/ndarray/dtypes/lib/enumerate.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ var dt = dtypes();
3939
* - The main purpose of this function is JavaScript and C inter-operation of ndarray objects. While certain dtypes, such as "generic" and "binary", have special behavior in JavaScript, they do not have a direct complement in C.
4040
*
4141
* @param {string} dtype - data type
42-
* @returns {(integer|null)} integer value or null
42+
* @returns {(integer|void)} integer value or undefined
4343
*
4444
* @example
4545
* var v = enumerate( 'int8' );

0 commit comments

Comments
 (0)