Skip to content

Commit

Permalink
Fix call of LookupMatchingLocaleByBestFit
Browse files Browse the repository at this point in the history
Turns out both of the arguments are lists.
  • Loading branch information
domenic committed Feb 13, 2025
1 parent 598f16d commit 18a628d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ The <dfn attribute for="AI">summarizer</dfn> getter steps are to return [=this=]

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

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

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

Expand Down

0 comments on commit 18a628d

Please sign in to comment.