From 8941fb96ccdd302363cf3b0e27b37d03485a70a0 Mon Sep 17 00:00:00 2001 From: Marcos Caceres Date: Tue, 11 Nov 2025 15:13:57 +0900 Subject: [PATCH] Editorial: export async_iterable --- index.bs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.bs b/index.bs index fad8407f..03ffdbd6 100644 --- a/index.bs +++ b/index.bs @@ -4120,7 +4120,7 @@ The following extended attributes are applicable to [=iterable declarations=]:

Asynchronously iterable declarations

An [=interface=] can be declared to be asynchronously iterable by using an -asynchronously iterable declaration +asynchronously iterable declaration (matching AsyncIterable) in the body of the [=interface=].