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 BooleanArray from ' https://cdn.jsdelivr.net/gh/stdlib-js/array-bool@deno/mod.js' ;
55
+ import BooleanArray from ' https://cdn.jsdelivr.net/gh/stdlib-js/array-bool@v0.1.0- deno/mod.js' ;
56
56
```
57
57
58
58
<a name =" constructor " ></a >
@@ -1813,7 +1813,7 @@ var v = out.get( 0 );
1813
1813
``` javascript
1814
1814
import Uint8Array from ' https://cdn.jsdelivr.net/gh/stdlib-js/array-uint8@deno/mod.js' ;
1815
1815
import logEach from ' https://cdn.jsdelivr.net/gh/stdlib-js/console-log-each@deno/mod.js' ;
1816
- import BooleanArray from ' https://cdn.jsdelivr.net/gh/stdlib-js/array-bool@deno/mod.js' ;
1816
+ import BooleanArray from ' https://cdn.jsdelivr.net/gh/stdlib-js/array-bool@v0.1.0- deno/mod.js' ;
1817
1817
1818
1818
// Create a boolean array by specifying a length:
1819
1819
var out = new BooleanArray ( 3 );
You can’t perform that action at this time.
0 commit comments