Skip to content

Commit 3055793

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

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
@@ -71,7 +71,7 @@ The function accepts the following options:
7171
- `'any'`: the input [`ndarray`][@stdlib/ndarray/ctor] is flattened in colexicographic [order][@stdlib/ndarray/orders] if the input [`ndarray`][@stdlib/ndarray/ctor] is column-major; otherwise, it is flattened in lexicographic [order][@stdlib/ndarray/orders].
7272
- `'same'`: the input [`ndarray`][@stdlib/ndarray/ctor] is flattened in the [order][@stdlib/ndarray/orders] of the input [`ndarray`][@stdlib/ndarray/ctor].
7373

74-
By default, all the dimensinos of the input [ndarray][@stdlib/ndarray/ctor] are flattened. To flatten upto to a specific `depth`, specify the `depth` option.
74+
By default, all the dimensions of the input [ndarray][@stdlib/ndarray/ctor] are flattened. To flatten to a desired depth, specify the `depth` option.
7575

7676
```javascript
7777
var array = require( '@stdlib/ndarray/array' );

0 commit comments

Comments
 (0)