Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.

Commit 45151e2

Browse files
Update utils.js
1 parent 68d5c94 commit 45151e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/utils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@ var utils = module.exports = {
374374
* - close() : prevents further append() calls and does a last call to callbacks
375375
* - callback(cb) : calls cb for each line (incl. those already in the ring)
376376
*
377-
* @param {Numebr} maxLines maximum number of lines to store (<= 0 for unlimited)
377+
* @param {Number} maxLines maximum number of lines to store (<= 0 for unlimited)
378378
*/
379379
linesRing: function(maxLines) {
380380
var cbs = [];

0 commit comments

Comments
 (0)