Skip to content

Commit 8d8d3ef

Browse files
authored
docs: apply review suggestion
Signed-off-by: Muhammad Haris <[email protected]>
1 parent 8915071 commit 8d8d3ef

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/blas/ext/base/gcusumkbn2/lib/accessors.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ var abs = require( '@stdlib/math/base/special/abs' );
5858
* var x = toAccessorArray( [ 2.0, 1.0, 2.0, -2.0, -2.0, 2.0, 3.0, 4.0 ] );
5959
* var y = toAccessorArray( [ 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 ] );
6060
*
61-
* gcusumkbn( 4, 5.0, arraylike2object( x ), 2, 1 );
61+
* gcusumkbn2( 4, 0.0, arraylike2object( x ), 2, 1, arraylike2object( y ), 1, 0 );
6262
*/
6363
function gcusumkbn2( N, sum, x, strideX, offsetX, y, strideY, offsetY ) {
6464
var xbuf;

0 commit comments

Comments
 (0)