diff options
Diffstat (limited to 'std/encoding/utf8.ts')
-rw-r--r-- | std/encoding/utf8.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/std/encoding/utf8.ts b/std/encoding/utf8.ts index b4ddfb94d..6951e37f0 100644 --- a/std/encoding/utf8.ts +++ b/std/encoding/utf8.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. /** A default TextEncoder instance */ export const encoder = new TextEncoder(); |