Skip to content

Commit d219c27

Browse files
committed
Fix IDL to follow latest renamings
This was missed in 7859156. See discussion in #86.
1 parent 7859156 commit d219c27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -542,7 +542,7 @@ Finally, note that there is a sort of precedent in the (never-shipped) [`FetchOb
542542
[Exposed=(Window,Worker), SecureContext]
543543
interface LanguageModel : EventTarget {
544544
static Promise<LanguageModel> create(optional LanguageModelCreateOptions options = {});
545-
static Promise<AIAvailability> availability(optional LanguageModelCreateCoreOptions options = {});
545+
static Promise<Availability> availability(optional LanguageModelCreateCoreOptions options = {});
546546
static Promise<LanguageModelParams?> params();
547547
548548
// These will throw "NotSupportedError" DOMExceptions if role = "system"

0 commit comments

Comments
 (0)