File tree 1 file changed +2
-2
lines changed
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 Uint32Array from ' https://cdn.jsdelivr.net/gh/stdlib-js/array-uint32@esm/index.mjs' ;
55
+ import Uint32Array from ' https://cdn.jsdelivr.net/gh/stdlib-js/array-uint32@v0.2.2- esm/index.mjs' ;
56
56
```
57
57
58
58
#### Uint32Array()
@@ -1414,7 +1414,7 @@ var bool = it.next().done;
1414
1414
1415
1415
import randu from ' https://cdn.jsdelivr.net/gh/stdlib-js/random-base-randu@esm/index.mjs' ;
1416
1416
import round from ' https://cdn.jsdelivr.net/gh/stdlib-js/math-base-special-round@esm/index.mjs' ;
1417
- import ctor from ' https://cdn.jsdelivr.net/gh/stdlib-js/array-uint32@esm/index.mjs' ;
1417
+ import ctor from ' https://cdn.jsdelivr.net/gh/stdlib-js/array-uint32@v0.2.2- esm/index.mjs' ;
1418
1418
1419
1419
var arr;
1420
1420
var i;
You can’t perform that action at this time.
0 commit comments