浏览代码

Format comment

Michelle Bu 11 年之前
父节点
当前提交
50765a09c9
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      lib/server.js

+ 1 - 1
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 {