Skip to content

Commit 24a726f

Browse files
committed
Remove trailing spaces and duplicate keyword
1 parent 81b0536 commit 24a726f

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

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

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

lib/node_modules/@stdlib/blas/base/ndarray/gaxpy/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@
6060
"algebra",
6161
"subroutines",
6262
"daxpy",
63-
"gaxpy",
6463
"add",
6564
"alpha",
6665
"vector",

0 commit comments

Comments
 (0)