mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 05:07:45 +00:00
LibJS: Fix a typo in a comment in Object.h
This commit is contained in:
parent
1026819135
commit
87f0059088
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ public:
|
||||||
// Methods named [[Foo]]() in the spec are named internal_foo()
|
// Methods named [[Foo]]() in the spec are named internal_foo()
|
||||||
// here, as they are "The [[Foo]] internal method of a ... object".
|
// here, as they are "The [[Foo]] internal method of a ... object".
|
||||||
// They must be virtual and may be overridden. All other methods
|
// 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.
|
// naming convention and must not be virtual.
|
||||||
|
|
||||||
// 7.1 Type Conversion, https://tc39.es/ecma262/#sec-type-conversion
|
// 7.1 Type Conversion, https://tc39.es/ecma262/#sec-type-conversion
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue