소스 검색

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 {