Skip to content

Commit 236677b

Browse files
committed
Merge pull request #2 from gejiawen/master
fix typo
2 parents 12eaf54 + 8d8acff commit 236677b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

queue.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ q.saturated = function() {
2929
* 监听:当最后一个任务交给worker时,将调用该函数
3030
*/
3131
q.empty = function() {
32-
log('no more tasks wating');
32+
log('no more tasks waiting');
3333
}
3434

3535
/**

0 commit comments

Comments
 (0)