diff options
Diffstat (limited to 'std/io/streams.ts')
-rw-r--r-- | std/io/streams.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/std/io/streams.ts b/std/io/streams.ts index 2c4fbb6b9..8c726db43 100644 --- a/std/io/streams.ts +++ b/std/io/streams.ts @@ -1,4 +1,4 @@ -// Copyright 2018-2020 the Deno authors. All rights reserved. MIT license. +// Copyright 2018-2021 the Deno authors. All rights reserved. MIT license. /** Create a `Writer` from a `WritableStreamDefaultReader`. */ export function writerFromStreamWriter( |