summaryrefslogtreecommitdiff
path: root/core/examples/panik.rs
diff options
context:
space:
mode:
Diffstat (limited to 'core/examples/panik.rs')
-rw-r--r--core/examples/panik.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/examples/panik.rs b/core/examples/panik.rs
index 23efcbb3b..76be108ec 100644
--- a/core/examples/panik.rs
+++ b/core/examples/panik.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2022 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2023 the Deno authors. All rights reserved. MIT license.
//! This example shows that op-panics currently result in UB (likely "failed to initiate panic")
//! without a custom panic hook that aborts the process or -C panic=abort.
//!