summaryrefslogtreecommitdiff
path: root/std/_util/has_own_property.ts
diff options
context:
space:
mode:
Diffstat (limited to 'std/_util/has_own_property.ts')
-rw-r--r--std/_util/has_own_property.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/std/_util/has_own_property.ts b/std/_util/has_own_property.ts
index 351905cec..f9e4acbb2 100644
--- a/std/_util/has_own_property.ts
+++ b/std/_util/has_own_property.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.
/**
* Determines whether an object has a property with the specified name.