From 27d69bdd3675f4d895cc091ca8197ab42d58fbc7 Mon Sep 17 00:00:00 2001 From: Pierre <66693681+extua@users.noreply.github.com> Date: Tue, 18 Feb 2025 20:03:24 +0000 Subject: [PATCH] style: minor grammatical fix to section 5.2 --- wacz-ipfs/latest/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wacz-ipfs/latest/index.md b/wacz-ipfs/latest/index.md index 7b5c37a..ffa295a 100644 --- a/wacz-ipfs/latest/index.md +++ b/wacz-ipfs/latest/index.md @@ -114,7 +114,7 @@ If there are duplicate WARC records found in a dataset, they will automatically ### Uncompressed vs GZIP Records WARC records are often individually gzip-ed when stored to reduce disk usage. -Unfortunately, this limits the amount of deduplication that is possible, as gzipped data is not easily lend itself to deduplication. +Unfortunately, this limits the amount of deduplication that is possible, as gzipped data does not easily lend itself to deduplication. Gzipped records can only be split at the WARC record boundaries.