Skip to content

Commit fcee403

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

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

lib/node_modules/@stdlib/ndarray/flatten/docs/repl.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
Default: 'row-major'.
3131

3232
options.dtype: string (optional)
33-
Output ndarray data type. Overrides using the input array's inferred
34-
data type.
33+
Output ndarray data type. By default, the function returns an ndarray
34+
having the same data type as the provided input ndarray.
3535

3636
Returns
3737
-------

0 commit comments

Comments
 (0)