Skip to content

Commit 1d3e5ff

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

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/ndarray/flatten/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ The function accepts the following options:
7272

7373
- **depth**: maximum number of input [ndarray][@stdlib/ndarray/ctor] dimensions to flatten.
7474

75-
- **dtype**: output ndarray [data type][@stdlib/ndarray/dtypes]. By default, the function an [ndarray][@stdlib/ndarray/ctor] having the same [data type][@stdlib/ndarray/dtypes] as a provided input [ndarray][@stdlib/ndarray/ctor].
75+
- **dtype**: output ndarray [data type][@stdlib/ndarray/dtypes]. By default, the function returns an [ndarray][@stdlib/ndarray/ctor] having the same [data type][@stdlib/ndarray/dtypes] as a provided input [ndarray][@stdlib/ndarray/ctor].
7676

7777
By default, the function flattens all dimensions of the input [ndarray][@stdlib/ndarray/ctor]. To flatten to a desired depth, specify the `depth` option.
7878

0 commit comments

Comments
 (0)