Skip to content

Commit aab158b

Browse files
ShabiShett07kgryte
andauthored
chore: add correct argument number
Co-authored-by: Athan <[email protected]> Signed-off-by: Shabareesh Shetty <[email protected]>
1 parent cc1c18c commit aab158b

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/blas/base/wasm/sdsdot/docs/types

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/blas/base/wasm/sdsdot/docs/types/test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -541,7 +541,7 @@ import sdsdot = require( './index' );
541541
mod.ndarray( 10, 0, 0, 1, 0, 80, ( x: number ): number => x, 0 ); // $ExpectError
542542
}
543543

544-
// The compiler throws an error if the `ndarray` method of a module instance is provided a seventh argument which is not a number...
544+
// The compiler throws an error if the `ndarray` method of a module instance is provided an eighth argument which is not a number...
545545
{
546546
const mem = new Memory({
547547
'initial': 1

0 commit comments

Comments
 (0)