summaryrefslogtreecommitdiff
path: root/std/async/deferred.ts
diff options
context:
space:
mode:
Diffstat (limited to 'std/async/deferred.ts')
-rw-r--r--std/async/deferred.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/std/async/deferred.ts b/std/async/deferred.ts
index c8760ce5d..ca05a29bb 100644
--- a/std/async/deferred.ts
+++ b/std/async/deferred.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.
// TODO(ry) It'd be better to make Deferred a class that inherits from
// Promise, rather than an interface. This is possible in ES2016, however
// typescript produces broken code when targeting ES5 code.