mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 07:27:45 +00:00
LibJS: Reorganize spec steps for Intl.Collator
This is an editorial change in the Intl spec:7c13db4
This also normalizes the spelling of the "Internal slots" heading in Intl.Collator, which is another editorial change in the Intl spec:ec064bd
This commit is contained in:
parent
421eef0f86
commit
194ca06f78
2 changed files with 4 additions and 4 deletions
|
@ -38,7 +38,7 @@ public:
|
|||
|
||||
static constexpr auto relevant_extension_keys()
|
||||
{
|
||||
// 10.2.3 Internal Slots, https://tc39.es/ecma402/#sec-intl-collator-internal-slots
|
||||
// 10.2.3 Internal slots, https://tc39.es/ecma402/#sec-intl-collator-internal-slots
|
||||
// The value of the [[RelevantExtensionKeys]] internal slot is a List that must include the element "co", may include any or all of the elements "kf" and "kn", and must not include any other elements.
|
||||
return AK::Array { "co"sv, "kf"sv, "kn"sv };
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue