Skip to content

Commit 4e6c618

Browse files
authored
Apply suggestions from code review
Co-authored-by: Athan <kgryte@gmail.com> Signed-off-by: Athan <kgryte@gmail.com>
1 parent 3d12c12 commit 4e6c618

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • lib/node_modules/@stdlib/ndarray/base/rot180

lib/node_modules/@stdlib/ndarray/base/rot180/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ The function accepts the following arguments:
7070

7171
## Notes
7272

73+
- Each provided dimension index must reside on the interval `[-ndims, ndims-1]`.
7374
- The `writable` parameter **only** applies to ndarray constructors supporting **read-only** instances.
7475
- The returned ndarray is a **view** of the input ndarray. Accordingly, writing to the original ndarray will **mutate** the returned ndarray and vice versa.
7576

0 commit comments

Comments
 (0)