diff options
Diffstat (limited to 'runtime/inspector.rs')
-rw-r--r-- | runtime/inspector.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/inspector.rs b/runtime/inspector.rs index ae90e0fae..80beec0ec 100644 --- a/runtime/inspector.rs +++ b/runtime/inspector.rs @@ -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. //! The documentation for the inspector API is sparse, but these are helpful: //! https://chromedevtools.github.io/devtools-protocol/ |