Skip to content

Commit 7827c74

Browse files
authored
docs: apply suggestions from code review
Signed-off-by: Muhammad Haris <[email protected]>
1 parent 77e393b commit 7827c74

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ The function supports the following `options`:
8282

8383
- **dim**: dimension along which to perform the operation. If provided an integer less than zero, the dimension index is resolved relative to the last dimension, with the last dimension corresponding to the value `-1`. Default: `0`.
8484

85-
By default, the function performs operation along the first dimension of the input [`ndarray`][@stdlib/ndarray/ctor]. To perform operation along any other input [`ndarray`][@stdlib/ndarray/ctor], provide the `dim` option.
85+
By default, the function performs operation along the first dimension of the input [`ndarray`][@stdlib/ndarray/ctor]. To perform operation along a desired dimension, provide the `dim` option.
8686

8787
```javascript
8888
var ndarray = require( '@stdlib/ndarray/ctor' );

0 commit comments

Comments
 (0)