summaryrefslogtreecommitdiff
path: root/std/io/writers.ts
diff options
context:
space:
mode:
Diffstat (limited to 'std/io/writers.ts')
-rw-r--r--std/io/writers.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/std/io/writers.ts b/std/io/writers.ts
index 91d19a9d7..f23277f4c 100644
--- a/std/io/writers.ts
+++ b/std/io/writers.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 Writer = Deno.Writer;
import { decode, encode } from "../strings/mod.ts";