From 87f00590881f39ec77c4b03d3c413b567d0e48f1 Mon Sep 17 00:00:00 2001 From: Linus Groh Date: Wed, 29 Sep 2021 19:20:28 +0100 Subject: [PATCH] LibJS: Fix a typo in a comment in Object.h --- Userland/Libraries/LibJS/Runtime/Object.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Userland/Libraries/LibJS/Runtime/Object.h b/Userland/Libraries/LibJS/Runtime/Object.h index 133a706303..eb93414211 100644 --- a/Userland/Libraries/LibJS/Runtime/Object.h +++ b/Userland/Libraries/LibJS/Runtime/Object.h @@ -61,7 +61,7 @@ public: // Methods named [[Foo]]() in the spec are named internal_foo() // here, as they are "The [[Foo]] internal method of a ... object". // They must be virtual and may be overridden. All other methods - // follow the the regular PascalCase name converted to camel_case + // follow the regular PascalCase name converted to camel_case // naming convention and must not be virtual. // 7.1 Type Conversion, https://tc39.es/ecma262/#sec-type-conversion