Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

Commit

Permalink
docs: fix syntax error on cluster api docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Williams authored and bnoordhuis committed Jan 17, 2012
1 parent e493b29 commit 29ce743
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/cluster.markdown
Expand Up @@ -170,7 +170,7 @@ To know the difference between suicide and accidentally death a suicide boolean

cluster.on('death', function (worker) {
if (worker.suicide === true) {
console.log('Oh, it was just suicide' – no need to worry').
console.log('Oh, it was just suicide\' – no need to worry').
}
});

Expand Down

0 comments on commit 29ce743

Please sign in to comment.