Skip to content

Commit 76173a8

Browse files
authored
fix: update JSDoc for dnancusumkbn2.js
Signed-off-by: Shabareesh Shetty <[email protected]>
1 parent ac48ee1 commit 76173a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/blas/ext/base/dnancusumkbn2/lib/dnancusumkbn2.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ var ndarray = require( './ndarray.js' );
2727
// MAIN //
2828

2929
/**
30-
* Computes the cumulative sum of double-precision floating-point strided array elements, ignoring `NaN` and using a second-order iterative Kahan–Babuška algorithm.
30+
* Computes the cumulative sum of double-precision floating-point strided array elements, ignoring `NaN` values and using a second-order iterative Kahan–Babuška algorithm.
3131
*
3232
* ## Method
3333
*

0 commit comments

Comments
 (0)