Skip to content

Commit 0ebd463

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

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

  • lib/node_modules/@stdlib/blas/base/ndarray/cscal/docs

lib/node_modules/@stdlib/blas/base/ndarray/cscal/docs/repl.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
{{alias}}( arrays )
3-
Multiplies a one-dimensional single-precision complex floating-point
4-
ndarray by a scalar constant.
3+
Multiplies a one-dimensional single-precision complex floating-point ndarray
4+
by a scalar constant.
55

66
If provided an empty input ndarray, the function returns the input ndarray
77
unchanged.
@@ -12,7 +12,7 @@
1212
Array-like object containing the following ndarrays:
1313

1414
- a one-dimensional input ndarray.
15-
- a zero-dimensional ndarray containing a scalar constant `alpha`.
15+
- a zero-dimensional ndarray containing a scalar constant.
1616

1717
Returns
1818
-------

0 commit comments

Comments
 (0)