Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
gejiawen committed Nov 2, 2015
1 parent 12eaf54 commit 8d8acff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion queue.js
Expand Up @@ -29,7 +29,7 @@ q.saturated = function() {
* 监听:当最后一个任务交给worker时,将调用该函数
*/
q.empty = function() {
log('no more tasks wating');
log('no more tasks waiting');
}

/**
Expand Down

0 comments on commit 8d8acff

Please sign in to comment.