Skip to content

Commit e54af9c

Browse files
Update lib/node_modules/@stdlib/blas/ext/base/ndarray/dapxsum/lib/main.js
Co-authored-by: Philipp Burckhardt <pburckhardt@outlook.com> Signed-off-by: piyxsh31 <agrawalpiyush415@gmail.com>
1 parent 87cf6c6 commit e54af9c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

lib/node_modules/@stdlib/blas/ext/base/ndarray/dapxsum/lib/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ var strided = require( '@stdlib/blas/ext/base/dapxsum' ).ndarray;
3131
// MAIN //
3232

3333
/**
34-
* Adds a scalar constant to each element of a one-dimensional double-precision floating-point ndarray and compute the sum.
34+
* Adds a scalar constant to each element of a one-dimensional double-precision floating-point ndarray and computes the sum.
3535
*
3636
* @param {ArrayLikeObject<Object>} arrays - array-like object containing a one-dimensional input ndarray and a zero-dimensional ndarray containing a scalar constant
3737
* @returns {number} sum

0 commit comments

Comments
 (0)