Skip to content

Commit 2fde7b7

Browse files
authored
style: fix line wrapping
Signed-off-by: Athan <kgryte@gmail.com>
1 parent 38b2a17 commit 2fde7b7

File tree

1 file changed

+2
-2
lines changed
  • lib/node_modules/@stdlib/blas/base/ndarray/gaxpy/docs

1 file changed

+2
-2
lines changed

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

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

22
{{alias}}( arrays )
3-
Multiplies a one-dimensional ndarray `x` by a constant
4-
`alpha` and adds the result to a one-dimensional ndarray `y`.
3+
Multiplies a one-dimensional ndarray `x` by a constant `alpha` and adds the
4+
result to a one-dimensional ndarray `y`.
55

66
If provided an empty input ndarray, the function returns the output ndarray
77
unchanged.

0 commit comments

Comments
 (0)