From 73a1ae89de5b6b90dfec6451f80edeaef6abc2e4 Mon Sep 17 00:00:00 2001 From: Marco Oliveira Date: Sat, 1 Nov 2014 15:05:52 +0000 Subject: [PATCH] Fix confusing comment in `add` --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 4a59e74c..43a23e2e 100644 --- a/index.js +++ b/index.js @@ -33,7 +33,7 @@ function Adapter(nsp){ Adapter.prototype.__proto__ = Emitter.prototype; /** - * Adds a socket from a room. + * Adds a socket to a room. * * @param {String} socket id * @param {String} room name