Skip to content

Commit 18a628d

Browse files
committed
Fix call of LookupMatchingLocaleByBestFit
Turns out both of the arguments are lists.
1 parent 598f16d commit 18a628d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ The <dfn attribute for="AI">summarizer</dfn> getter steps are to return [=this=]
321321

322322
1. [=list/For each=] |availabilityToCheck| of « "{{AIAvailability/available}}", "{{AIAvailability/downloading}}", "{{AIAvailability/downloadable}}" »:
323323

324-
1. Let |bestMatch| be [$LookupMatchingLocaleByBestFit$](|availabilities|[|availabilityToCheck|], |languageTag|).
324+
1. Let |bestMatch| be [$LookupMatchingLocaleByBestFit$](|availabilities|[|availabilityToCheck|], « |languageTag| »).
325325

326326
1. If |bestMatch| is not undefined, then:
327327

0 commit comments

Comments
 (0)