Skip to content

Commit ffbfaad

Browse files
committed
fix jsdoc for expand. closes #194
1 parent a350d81 commit ffbfaad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/core.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -532,7 +532,7 @@ Archiver.prototype.append = function(source, data) {
532532
* and {@link TarEntryData}.
533533
* @param {(String|Array)} mappings[].src Pattern(s) to match, relative to the `cwd`.
534534
* @param {String} mappings[].dest Destination path prefix.
535-
* @param {String} mappings[].expand Process a dynamic src-dest file mapping.
535+
* @param {Boolean} mappings[].expand Process a dynamic src-dest file mapping.
536536
* @param {String} mappings[].cwd All `src` matches are relative to (but don't include)
537537
* this path. requires `expand`.
538538
* @param {String} mappings[].ext Replace any existing extension with this value in

0 commit comments

Comments
 (0)