docs: fix syntax error on cluster api docs

This commit is contained in:
Dan Williams 2012-01-16 23:36:01 -05:00 committed by Ben Noordhuis
parent e493b29598
commit 29ce743385

View File

@ -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').
}
});