We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2d570b commit 27bf346Copy full SHA for 27bf346
index.bs
@@ -2214,9 +2214,7 @@ Every [=interface=] [=interface/including=] the {{DestroyableModel}} interface m
2214
2215
1. If |options|[|key|] [=map/exists=], then [=list/for each=] |languageTag| of |options|[|key|]:
2216
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|.
+ 1. [=set/Append=] the result of [=validating and canonicalizing a single language tag=] given |languageTag| to |languageTags|.
2220
2221
1. Set |options|[|key|] to |languageTags|.
2222
</div>
0 commit comments