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

Commit 4bb6643

Browse files
authored
Merge pull request #1111 from karimmakhloufi/patch-1
Fixed typo in param utils.js
2 parents 7a7a86d + 45151e2 commit 4bb6643

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)