Skip to content

Commit a08a858

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

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/blas/ext/base/dnancusumkbn2/lib

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
'use strict';
2020

2121
/**
22-
* Compute the cumulative sum of double-precision floating-point strided array elements, ignoring `NaN` and using a second-order iterative Kahan–Babuška algorithm.
22+
* Compute the cumulative sum of double-precision floating-point strided array elements, ignoring `NaN` values and using a second-order iterative Kahan–Babuška algorithm.
2323
*
2424
* @module @stdlib/blas/ext/base/dnancusumkbn2
2525
*

0 commit comments

Comments
 (0)