From 29cb47e376bde5528391276019a30075a79ce3f5 Mon Sep 17 00:00:00 2001 From: rwaldron Date: Mon, 19 Jul 2021 13:23:41 -0400 Subject: [PATCH] fix: correct capitalization --- test/built-ins/Realm/length.js | 2 +- test/built-ins/Realm/prototype/evaluate/length.js | 2 +- test/built-ins/Realm/prototype/importValue/length.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/test/built-ins/Realm/length.js b/test/built-ins/Realm/length.js index dde6a6175a..856df04436 100644 --- a/test/built-ins/Realm/length.js +++ b/test/built-ins/Realm/length.js @@ -1,4 +1,4 @@ -// Copyright (C) 2021 Rick waldron. All rights reserved. +// Copyright (C) 2021 Rick Waldron. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- esid: sec-realm-constructor diff --git a/test/built-ins/Realm/prototype/evaluate/length.js b/test/built-ins/Realm/prototype/evaluate/length.js index be9d740670..f9f2b3226f 100644 --- a/test/built-ins/Realm/prototype/evaluate/length.js +++ b/test/built-ins/Realm/prototype/evaluate/length.js @@ -1,4 +1,4 @@ -// Copyright (C) 2021 Rick waldron. All rights reserved. +// Copyright (C) 2021 Rick Waldron. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- esid: sec-realm.prototype.evaluate diff --git a/test/built-ins/Realm/prototype/importValue/length.js b/test/built-ins/Realm/prototype/importValue/length.js index 5f1cd683b9..a1eaea87c8 100644 --- a/test/built-ins/Realm/prototype/importValue/length.js +++ b/test/built-ins/Realm/prototype/importValue/length.js @@ -1,4 +1,4 @@ -// Copyright (C) 2021 Rick waldron. All rights reserved. +// Copyright (C) 2021 Rick Waldron. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- esid: sec-realm.prototype.importvalue