From c194ad69365fc5ad12f1a2434bced90fb9d367c9 Mon Sep 17 00:00:00 2001 From: Michael Dyck Date: Wed, 3 Jan 2024 10:41:00 -0500 Subject: [PATCH] Delete extra slash in Copyright section --- test/intl402/NumberFormat/constructor-option-read-order.js | 2 +- test/intl402/PluralRules/constructor-option-read-order.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/intl402/NumberFormat/constructor-option-read-order.js b/test/intl402/NumberFormat/constructor-option-read-order.js index 04532a0998..7eff141a9c 100644 --- a/test/intl402/NumberFormat/constructor-option-read-order.js +++ b/test/intl402/NumberFormat/constructor-option-read-order.js @@ -1,4 +1,4 @@ -/// Copyright 2023 the V8 project authors. All rights reserved. +// Copyright 2023 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- diff --git a/test/intl402/PluralRules/constructor-option-read-order.js b/test/intl402/PluralRules/constructor-option-read-order.js index d5bac7a633..e98bd57586 100644 --- a/test/intl402/PluralRules/constructor-option-read-order.js +++ b/test/intl402/PluralRules/constructor-option-read-order.js @@ -1,4 +1,4 @@ -/// Copyright 2023 the V8 project authors. All rights reserved. +// Copyright 2023 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*---