Skip to content

Commit 750c00c

Browse files
committed
Update extended description
1 parent 2871fc0 commit 750c00c

File tree

1 file changed

+2
-3
lines changed
  • lib/node_modules/@stdlib/ndarray/promotion-rules/docs

1 file changed

+2
-3
lines changed

lib/node_modules/@stdlib/ndarray/promotion-rules/docs/repl.txt

+2-3
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,12 @@
33
Returns the ndarray data type with the smallest size and closest "kind" to
44
which ndarray data types can be safely cast.
55

6-
If not provided an ndarray data type, the function returns a type promotion
7-
table.
6+
If not provided data types, the function returns a type promotion table.
87

98
If a data type to which data types can be safely cast does *not* exist (or
109
is not supported), the function returns `-1`.
1110

12-
If provided an unrecognized ndarray data type, the function returns `null`.
11+
If provided an unrecognized data type, the function returns `null`.
1312

1413
Parameters
1514
----------

0 commit comments

Comments
 (0)