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 doWhile from ' https://cdn.jsdelivr.net/gh/stdlib-js/utils-do-while@esm/index.mjs' ;
55
+ import doWhile from ' https://cdn.jsdelivr.net/gh/stdlib-js/utils-do-while@v0.2.1- esm/index.mjs' ;
56
56
```
57
57
58
58
#### doWhile( fcn, predicate\[ , thisArg ] )
@@ -130,7 +130,7 @@ console.log( context.count );
130
130
<script type =" module" >
131
131
132
132
import randu from ' https://cdn.jsdelivr.net/gh/stdlib-js/random-base-randu@esm/index.mjs' ;
133
- import doWhile from ' https://cdn.jsdelivr.net/gh/stdlib-js/utils-do-while@esm/index.mjs' ;
133
+ import doWhile from ' https://cdn.jsdelivr.net/gh/stdlib-js/utils-do-while@v0.2.1- esm/index.mjs' ;
134
134
135
135
function predicate () {
136
136
return ( randu () > 0.05 );
You can’t perform that action at this time.
0 commit comments