Skip to content

Commit 7c179b1

Browse files
authored
docs: apply suggestions from code review
Signed-off-by: Muhammad Haris <[email protected]>
1 parent 19f11f5 commit 7c179b1

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/array/base/linspace2d

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ x = linspace2d( 0, 100, [ 2, 3 ], true );
5050

5151
## Notes
5252

53-
- The function assumes that the product of number of rows and columns is greater than or equal to `2`.
53+
- The function assumes that the product of the number of rows and columns is greater than or equal to `2`.
5454

5555
- The output `array` is guaranteed to include the `start` and `stop` values. Beware, however, that values between `start` and `stop` are subject to floating-point rounding errors. Hence,
5656

0 commit comments

Comments
 (0)