From 50765a09c99a775bdfe78e1647bfcd835bed7a90 Mon Sep 17 00:00:00 2001 From: Michelle Bu Date: Sun, 13 Apr 2014 21:42:51 -0700 Subject: [PATCH] Format comment --- lib/server.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/server.js b/lib/server.js index 73cf3e1..68ec6aa 100644 --- a/lib/server.js +++ b/lib/server.js @@ -281,7 +281,7 @@ PeerServer.prototype._initializeHTTP = function() { this._app.post(this._options.path + ':key/:id/:token/leave', handle); - //Listen on user-specified port and ip address. + // Listen on user-specified port and IP address. if (this._options.ip) { this._app.listen(this._options.port, this._options.ip); } else {