diff options
Diffstat (limited to 'std/strings/pad.ts')
-rw-r--r-- | std/strings/pad.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/std/strings/pad.ts b/std/strings/pad.ts index 267839a39..dc75a2954 100644 --- a/std/strings/pad.ts +++ b/std/strings/pad.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. /** FillOption Object */ export interface FillOption { |