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