summaryrefslogtreecommitdiff
path: root/std/io/readers.ts
diff options
context:
space:
mode:
Diffstat (limited to 'std/io/readers.ts')
-rw-r--r--std/io/readers.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/std/io/readers.ts b/std/io/readers.ts
index 0208de413..5b1bf1948 100644
--- a/std/io/readers.ts
+++ b/std/io/readers.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2019 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2020 the Deno authors. All rights reserved. MIT license.
type Reader = Deno.Reader;
import { encode } from "../strings/mod.ts";