Skip to content

Commit f44a537

Browse files
authored
Apply suggestions from code review
Co-authored-by: Athan <kgryte@gmail.com> Signed-off-by: Athan <kgryte@gmail.com>
1 parent 5881d6d commit f44a537

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

  • lib/node_modules/@stdlib/blas/ext/base/ndarray/gunitspace

lib/node_modules/@stdlib/blas/ext/base/ndarray/gunitspace/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,10 @@ var out = gunitspace( [ x, start ] );
5757

5858
The function has the following parameters:
5959

60-
- **arrays**: array-like object containing a one-dimensional input ndarray and a zero-dimensional ndarray containing a starting value.
60+
- **arrays**: array-like object containing the following ndarrays:
61+
62+
- a one-dimensional input ndarray.
63+
- a zero-dimensional ndarray containing a starting value.
6164

6265
</section>
6366

0 commit comments

Comments
 (0)