File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
lib/node_modules/@stdlib/stats/strided/wasm/dmeanpw Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ var wasmBinary = require( './binary.js' );
33
33
// MAIN //
34
34
35
35
/**
36
- * New routine WebAssembly module wrapper constructor.
36
+ * WebAssembly module wrapper constructor.
37
37
*
38
38
* @constructor
39
39
* @param {Object } memory - WebAssembly memory instance
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ tape( 'the module instance returned by the constructor inherits from a module wr
52
52
t . end ( ) ;
53
53
} ) ;
54
54
55
- tape ( 'the module instance returned by the constructor inherits from a new routine module' , function test ( t ) {
55
+ tape ( 'the module instance returned by the constructor inherits from a routine module' , function test ( t ) {
56
56
var mod = new Routine ( ) ;
57
57
t . strictEqual ( mod instanceof Module , true , 'returns expected value' ) ;
58
58
t . end ( ) ;
You can’t perform that action at this time.
0 commit comments