From 89df4d1c86852c707063c97115618e24bd98ee08 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Tue, 8 Dec 2009 07:20:51 +0100 Subject: [PATCH] fix typo --- doc/api.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api.txt b/doc/api.txt index 5852ca8196..527f703b4f 100644 --- a/doc/api.txt +++ b/doc/api.txt @@ -219,7 +219,7 @@ sys.exec("ls /").addCallback(function (stdout, stderr) { Many objects in Node emit events: a TCP server emits an event each time there is a connection, a child process emits an event when it exits. All -objects which emit events are are instances of +process.EventEmitter+. +objects which emit events are instances of +process.EventEmitter+. Events are represented by a camel-cased string. Here are some examples: +"connection"+, +"receive"+, +"messageBegin"+.