From 138593b156c20b17429aeb1ab3f1da2c3b5b7892 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Fri, 23 Jul 2010 12:14:51 -0700 Subject: [PATCH] Fix case in docs --- doc/api.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api.markdown b/doc/api.markdown index d50ba40af88..9d03d445899 100644 --- a/doc/api.markdown +++ b/doc/api.markdown @@ -2143,7 +2143,7 @@ Emitted when the server closes. ### net.createServer(connectionListener) -Creates a new TCP server. The `connection_listener` argument is +Creates a new TCP server. The `connectionListener` argument is automatically set as a listener for the `'connection'` event.