Skip to content

Commit 27bf346

Browse files
committed
Fix "validate and canonicalize a single language tag" call
This was the part of 6a198be that was actually intentional.
1 parent c2d570b commit 27bf346

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

index.bs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2214,9 +2214,7 @@ Every [=interface=] [=interface/including=] the {{DestroyableModel}} interface m
22142214

22152215
1. If |options|[|key|] [=map/exists=], then [=list/for each=] |languageTag| of |options|[|key|]:
22162216

2217-
1. If [$IsStructurallyValidLanguageTag$](|languageTag|) is false, then throw a {{TypeError}}.
2218-
2219-
1. [=set/Append=] the result of [=validating and canonicalizing a single language tag=] to |languageTags|.
2217+
1. [=set/Append=] the result of [=validating and canonicalizing a single language tag=] given |languageTag| to |languageTags|.
22202218

22212219
1. Set |options|[|key|] to |languageTags|.
22222220
</div>

0 commit comments

Comments
 (0)