Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDan Williams <dan@igniter.com>2012-01-17 08:36:01 +0400
committerBen Noordhuis <info@bnoordhuis.nl>2012-01-18 02:29:16 +0400
commit29ce743385011e896ff2bebff13442a662ba463a (patch)
tree7426f2d9b77f188d0978312ebf4ad9f5e95d0921 /doc
parente493b295987df5608ad2580631b9fd6e9fc7fd3c (diff)
docs: fix syntax error on cluster api docs
Diffstat (limited to 'doc')
-rw-r--r--doc/api/cluster.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/cluster.markdown b/doc/api/cluster.markdown
index d273c045f68..96e4ef8f37a 100644
--- a/doc/api/cluster.markdown
+++ b/doc/api/cluster.markdown
@@ -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').
}
});