Browse Source

Comment wording

Gaël Métais 11 năm trước cách đây
mục cha
commit
bd3bf06940
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      app/lib/testQueue.js

+ 1 - 1
app/lib/testQueue.js

@@ -60,7 +60,7 @@ var testQueue = function() {
     }
 };
 
-// extend the EventEmitter class using our Radio class
+// extend the EventEmitter class
 util.inherits(testQueue, EventEmitter);
 
 module.exports = new testQueue();