Skip to content

Commit 1e8a5be

Browse files
authored
docs: update copy
Signed-off-by: Athan <[email protected]>
1 parent 1d3e5ff commit 1e8a5be

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/ndarray/flatten/docs/types

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/ndarray/flatten/docs/types/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ interface Options {
5656
*
5757
* ## Notes
5858
*
59-
* - This option overrides using the input ndarray's inferred data type.
59+
* - By default, the function returns an ndarray having the same data type as a provided input ndarray.
6060
*/
6161
dtype?: DataType;
6262
}

0 commit comments

Comments
 (0)