Skip to content

Commit f05cc4a

Browse files
authored
docs(general): use '===' replace '==' (wangdoc#261)
1 parent 9f7eb46 commit f05cc4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/async/general.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ function launcher() {
271271
running--;
272272
if(items.length > 0) {
273273
launcher();
274-
} else if(running == 0) {
274+
} else if(running === 0) {
275275
final(results);
276276
}
277277
});

0 commit comments

Comments
 (0)