diff options
Diffstat (limited to 'std/util/has_own_property.ts')
-rw-r--r-- | std/util/has_own_property.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/std/util/has_own_property.ts b/std/util/has_own_property.ts index 707d951d3..351905cec 100644 --- a/std/util/has_own_property.ts +++ b/std/util/has_own_property.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. /** * Determines whether an object has a property with the specified name. |