Skip to content

Commit 59d3459

Browse files
committed
Fix example code for "AI" namespace removal
This was missed in 332386e.
1 parent 4fb3c51 commit 59d3459

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
@@ -385,7 +385,7 @@ All of these [=struct/items=] are [=maps=] from {{Availability}} values to [=set
385385

386386
<xmp class="language-js">
387387
function a(languageTag) {
388-
return ai.summarizer.availability({
388+
return Summarizer.availability({
389389
expectedInputLanguages: [languageTag]
390390
});
391391
}

0 commit comments

Comments
 (0)