Re: [whatwg/streams] Editorial: use structs instead of records (#1047)

@MattiasBuelens requested changes on this pull request.



> @@ -3790,6 +3860,10 @@ the following table:
    write), which writes data to the [=underlying sink=]
 </table>
 
+The <dfn>special close value</dfn> is a unique value enqueued into \[[queue]], in lieu of a
+[=chunk=], to signal that the stream is closed. It only used internally, and is never exposed to web

```suggestion
[=chunk=], to signal that the stream is closed. It is only used internally, and is never exposed to web
```

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/streams/pull/1047#pullrequestreview-437411107

Received on Thursday, 25 June 2020 11:47:33 UTC