- From: Tab Atkins Jr. <notifications@github.com>
- Date: Mon, 14 Jul 2025 12:13:01 -0700
- To: whatwg/webidl <webidl@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 14 July 2025 19:13:05 UTC
@tabatkins commented on this pull request. > + async_iterable<value_type>; + async_iterable<value_type>(/* arguments... */); + async_iterable<key_type, value_type>; + async_iterable<key_type, value_type>(/* arguments... */); Oh jeez, could we just... make them match, then? It's really quite bad for *one* instance of the term to be underscored and the other to be spaced, particularly when the reasons for doing so are *purely* technical grammar concerns that have no relevance to human usage. I'll open a separate issue. -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/webidl/pull/1500#discussion_r2205626737 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/webidl/pull/1500/review/3017476023@github.com>
Received on Monday, 14 July 2025 19:13:05 UTC