We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0da3d7d commit 288cdd4Copy full SHA for 288cdd4
1 file changed
lib/node_modules/@stdlib/utils/do-until/README.md
@@ -61,7 +61,7 @@ function count() {
61
62
var context = {
63
'count': 0
64
-};
+};
65
66
doUntil( count, predicate, context );
67
0 commit comments