Skip to content

Commit 0e797b9

Browse files
committed
Remove space
1 parent 0dddea3 commit 0e797b9

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/utils/do-while

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/utils/do-while/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ var doWhile = require( '@stdlib/utils/do-while' );
2323

2424
#### doWhile( fcn, predicate\[, thisArg \] )
2525

26-
Invokes a `function` until a `predicate` function returns `false`. Note that the `predicate` function is evaluated __after__ executing `fcn`; thus, `fcn` __always__ executes at least once.
26+
Invokes a `function` until a `predicate` function returns `false`. Note that the `predicate` function is evaluated __after__ executing `fcn`; thus, `fcn` __always__ executes at least once.
2727

2828
``` javascript
2929
function predicate( i ) {

0 commit comments

Comments
 (0)