Skip to content

Commit

Permalink
fixup glob doc. [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
ctalkington committed Dec 22, 2015
1 parent 306f507 commit 463c58d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/core.js
Original file line number Diff line number Diff line change
Expand Up @@ -701,9 +701,9 @@ Archiver.prototype.file = function(filepath, data) {
};

/**
* Appends multiple files that match a [glob pattern]{@link https://github.com/isaacs/node-glob#glob-primer}.
* Appends multiple files that match a glob pattern.
*
* @param {String} pattern The glob pattern to match.
* @param {String} pattern The [glob pattern]{@link https://github.com/isaacs/node-glob#glob-primer} to match.
* @param {Object} options See [node-glob]{@link https://github.com/isaacs/node-glob#options}.
* @param {EntryData} data See also [ZipEntryData]{@link ZipEntryData} and
* [TarEntryData]{@link TarEntryData}.
Expand Down

0 comments on commit 463c58d

Please sign in to comment.