We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7a7a86d + 45151e2 commit 4bb6643Copy full SHA for 4bb6643
lib/utils.js
@@ -374,7 +374,7 @@ var utils = module.exports = {
374
* - close() : prevents further append() calls and does a last call to callbacks
375
* - callback(cb) : calls cb for each line (incl. those already in the ring)
376
*
377
- * @param {Numebr} maxLines maximum number of lines to store (<= 0 for unlimited)
+ * @param {Number} maxLines maximum number of lines to store (<= 0 for unlimited)
378
*/
379
linesRing: function(maxLines) {
380
var cbs = [];
0 commit comments