Skip to content

Commit bd678c9

Browse files
authored
Apply suggestions from code review
Signed-off-by: Athan <kgryte@gmail.com>
1 parent 5ec7da2 commit bd678c9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/node_modules/@stdlib/array/base/reshape/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ var out = reshape( x, [ 2, 3 ], [ 3, 2 ], true );
6262

6363
## Notes
6464

65-
- The function assumes that `fromShape` and `toShape` specify arrays having the same number of elements.
65+
- The function assumes that `fromShape` and `toShape` describe arrays having the same number of elements.
6666

6767
</section>
6868

lib/node_modules/@stdlib/array/base/reshape/docs/types/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ type ArrayND<T> = Array1D<T> | Array2D<T> | Array3D<T> | Array4D<T> | Array5D<T>
3333
*
3434
* ## Notes
3535
*
36-
* - The function assumes that `fromShape` and `toShape` specify arrays have same the number of elements.
36+
* - The function assumes that `fromShape` and `toShape` describe arrays have same the number of elements.
3737
*
3838
* @param x - input nested array
3939
* @param fromShape - shape of the input array

0 commit comments

Comments
 (0)