Skip to content

Commit 07281ae

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

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
@@ -64,7 +64,7 @@ The function accepts the following options:
6464

6565
- **depth**: a nonnegative integer specifying the number of input [`ndarray`][@stdlib/ndarray/ctor] dimensions to flatten.
6666

67-
- **order**: order of the output [`ndarray`][@stdlib/ndarray/ctor]. The option may be one of the following values:
67+
- **order**: order of the output [`ndarray`][@stdlib/ndarray/ctor]. May be one of the following:
6868

6969
- `'row-major'`: the input [`ndarray`][@stdlib/ndarray/ctor] is flattened in lexicographic [order][@stdlib/ndarray/orders].
7070
- `'column-major'`: the input [`ndarray`][@stdlib/ndarray/ctor] is flattened in colexicographic [order][@stdlib/ndarray/orders].

0 commit comments

Comments
 (0)