Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ry committed Dec 8, 2009
1 parent dbb1a26 commit 89df4d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api.txt
Expand Up @@ -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"+.
Expand Down

0 comments on commit 89df4d1

Please sign in to comment.