Skip to content

Commit 87cf6c6

Browse files
Update lib/node_modules/@stdlib/blas/ext/base/ndarray/dapxsum/docs/types/index.d.ts
Co-authored-by: Philipp Burckhardt <pburckhardt@outlook.com> Signed-off-by: piyxsh31 <agrawalpiyush415@gmail.com>
1 parent 2e487fe commit 87cf6c6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

lib/node_modules/@stdlib/blas/ext/base/ndarray/dapxsum/docs/types/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
import { float64ndarray } from '@stdlib/types/ndarray';
2424

2525
/**
26-
* Adds a scalar constant to each element of a one-dimensional double-precision floating-point ndarray and compute the sum.
26+
* Adds a scalar constant to each element of a one-dimensional double-precision floating-point ndarray and computes the sum.
2727
*
2828
* @param arrays - array-like object containing a one-dimensional input ndarray and a zero-dimensional ndarray containing a scalar constant
2929
* @returns sum

0 commit comments

Comments
 (0)