From 800ec4740bfa2ecc0deb389118be6c9c58a6899c Mon Sep 17 00:00:00 2001 From: Matteo Cargnelutti Date: Tue, 16 May 2023 11:00:46 -0400 Subject: [PATCH] tyop --- Scoop.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Scoop.js b/Scoop.js index c42526c3..b7197208 100644 --- a/Scoop.js +++ b/Scoop.js @@ -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. }