Skip to content

Commit 0f171a0

Browse files
authored
docs: remove unused import
Signed-off-by: Athan <[email protected]>
1 parent a26b9cf commit 0f171a0

File tree

1 file changed

+0
-1
lines changed
  • lib/node_modules/@stdlib/stats/strided/wasm/dmeanpw

1 file changed

+0
-1
lines changed

lib/node_modules/@stdlib/stats/strided/wasm/dmeanpw/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,6 @@ Computes the [arithmetic mean][arithmetic-mean] of a double-precision floating-p
184184
```javascript
185185
var Memory = require( '@stdlib/wasm/memory' );
186186
var oneTo = require( '@stdlib/array/one-to' );
187-
var zeros = require( '@stdlib/array/zeros' );
188187

189188
// Create a new memory instance with an initial size of 10 pages (640KiB) and a maximum size of 100 pages (6.4MiB):
190189
var mem = new Memory({

0 commit comments

Comments
 (0)