File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ limitations under the License.
52
52
## Usage
53
53
54
54
``` javascript
55
- import Float32Array from ' https://cdn.jsdelivr.net/gh/stdlib-js/array-float32@esm/index.mjs' ;
55
+ import Float32Array from ' https://cdn.jsdelivr.net/gh/stdlib-js/array-float32@v0.2.2- esm/index.mjs' ;
56
56
```
57
57
58
58
#### Float32Array()
@@ -1427,7 +1427,7 @@ var bool = it.next().done;
1427
1427
<script type =" module" >
1428
1428
1429
1429
import randu from ' https://cdn.jsdelivr.net/gh/stdlib-js/random-base-randu@esm/index.mjs' ;
1430
- import ctor from ' https://cdn.jsdelivr.net/gh/stdlib-js/array-float32@esm/index.mjs' ;
1430
+ import ctor from ' https://cdn.jsdelivr.net/gh/stdlib-js/array-float32@v0.2.2- esm/index.mjs' ;
1431
1431
1432
1432
var arr;
1433
1433
var i;
You can’t perform that action at this time.
0 commit comments