Skip to content

Commit 158be7b

Browse files
authored
docs: apply review suggestion
Signed-off-by: Muhammad Haris <[email protected]>
1 parent 623b54a commit 158be7b

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
* var x = toAccessorArray( [ 2.0, 1.0, 2.0, -2.0, -2.0, 2.0, 3.0, 4.0 ] );
4646
* var y = toAccessorArray( [ 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 ] );
4747
*
48-
* gcusumkbn( 4, 5.0, arraylike2object( x ), 2, 1 );
48+
* gcusumors( 4, 0.0, arraylike2object( x ), 2, 1, arraylike2object( y ), 1, 0 );;
4949
*/
5050
function gcusumors( N, sum, x, strideX, offsetX, y, strideY, offsetY ) {
5151
var xbuf;

0 commit comments

Comments
 (0)