Skip to content

Commit fa5e338

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

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
@@ -524,7 +524,7 @@ import sdsdot = require( './index' );
524524
mod.ndarray( 10, 0, 0, 1, 0, ( x: number ): number => x, 0, 1, 0 ); // $ExpectError
525525
}
526526

527-
// The compiler throws an error if the `ndarray` method of a module instance is provided a sixth argument which is not a number...
527+
// The compiler throws an error if the `ndarray` method of a module instance is provided a seventh argument which is not a number...
528528
{
529529
const mem = new Memory({
530530
'initial': 1

0 commit comments

Comments
 (0)