diff --git a/index.d.ts b/index.d.ts index bbf6533c..c4a56924 100644 --- a/index.d.ts +++ b/index.d.ts @@ -634,7 +634,7 @@ export class Uint8ArrayWriter extends Writer { } * import {resolve} from "https://deno.land/std/path/mod.ts"; * import {ensureDir, ensureFile} from "https://deno.land/std/fs/mod.ts"; * - * for await (const entry of (await fetch(urlToZippedFile)).body.pipeThrough(new ZipReaderStream()))) { + * for await (const entry of (await fetch(urlToZippedFile)).body.pipeThrough(new ZipReaderStream())) { * const fullPath = resolve(destination, entry.filename); * if (entry.directory) { * await ensureDir(fullPath);