Skip to content

Commit 88ab751

Browse files
authored
Apply suggestions from code review
Signed-off-by: Athan <[email protected]>
1 parent f382b9e commit 88ab751

File tree

1 file changed

+0
-2
lines changed
  • lib/node_modules/@stdlib/blas/ext/base/wasm/dnansumkbn2/lib

1 file changed

+0
-2
lines changed

lib/node_modules/@stdlib/blas/ext/base/wasm/dnansumkbn2/lib/module.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ var wasmBinary = require( './binary.js' );
4242
*
4343
* @example
4444
* var Memory = require( '@stdlib/wasm/memory' );
45-
* var oneTo = require( '@stdlib/array/one-to' );
4645
* var Float64Array = require( '@stdlib/array/float64' );
4746
*
4847
* // Create a new memory instance with an initial size of 10 pages (640KiB) and a maximum size of 100 pages (6.4MiB):
@@ -154,7 +153,6 @@ setReadOnly( Module.prototype, 'main', function dnansumkbn2( N, xptr, strideX )
154153
*
155154
* @example
156155
* var Memory = require( '@stdlib/wasm/memory' );
157-
* var oneTo = require( '@stdlib/array/one-to' );
158156
* var Float64Array = require( '@stdlib/array/float64' );
159157
*
160158
* // Create a new memory instance with an initial size of 10 pages (640KiB) and a maximum size of 100 pages (6.4MiB):

0 commit comments

Comments
 (0)