Skip to content

Commit 792400a

Browse files
committed
Fix examples
1 parent 895e0a6 commit 792400a

File tree

1 file changed

+0
-4
lines changed
  • lib/node_modules/@stdlib/array/filled-by/docs/types

1 file changed

+0
-4
lines changed

lib/node_modules/@stdlib/array/filled-by/docs/types/index.d.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,14 +73,10 @@ type Callback = Nullary | Unary;
7373
* @returns filled array
7474
*
7575
* @example
76-
* var randu = require( `@stdlib/random/base/randu` );
77-
*
7876
* var arr = filledarrayBy();
7977
* // returns <Float64Array>
8078
*
8179
* @example
82-
* var randu = require( `@stdlib/random/base/randu` );
83-
*
8480
* var arr = filledarrayBy( 'float32' );
8581
* // returns <Float32Array>
8682
*/

0 commit comments

Comments
 (0)