Skip to content

Commit

Permalink
tyop
Browse files Browse the repository at this point in the history
  • Loading branch information
matteocargnelutti committed May 16, 2023
1 parent 8e462a4 commit 800ec47
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Scoop.js
Original file line number Diff line number Diff line change
Expand Up @@ -1419,8 +1419,8 @@ export class Scoop {
provenanceInfo: this.options.provenanceSummary ? this.provenanceInfo : {}
// NOTE:
// `provenanceInfo` also contains an `options` object,
// but some of its properties have been edited because it is meant to be embedded in the WACZ.
// (example: Paths replaced with hashes)
// but some of its properties have been edited because it is meant to be embedded in a WACZ.
// (For example: Paths replaced with hashes)
// For that reason, it is worth keeping both `options` objects,
// because `provenanceInfo.options` is both different and contextual.
}
Expand Down

0 comments on commit 800ec47

Please sign in to comment.