Remove extraneous portion of comment on discards type

This is now self-evident thanks to the typing we have done.

Also the comment was a liar anyway, because the file it referenced was
incorrect.
This commit is contained in:
James Miller Burgess
2019-08-04 16:51:46 +09:00
parent e79acf2d50
commit bc1ce63b96

View File

@@ -14,9 +14,7 @@ class NpmDiscards {
}
// Update the current specification of discarded files with additional
// patterns that should be discarded. See the comment in package-source.js
// about `Npm.strip` for an explanation of what should be passed for the
// `discards` parameter.
// patterns that should be discarded.
merge(discards: Discards): void {
merge(this.discards, discards);
}