diff --git a/index.bs b/index.bs index 2fa4fe1..4300397 100644 --- a/index.bs +++ b/index.bs @@ -2770,7 +2770,7 @@ async function receiveText(url, createWritableStreamForTextData) { *This section is non-normative.* -Sending a transactional piece of data on a one-way stream only if it can be done +Sending a transactional piece of data on a unidirectional stream, only if it can be done entirely without blocking on [=flow control=], can be achieved by using the {{WebTransportSendStream/getWriter}} function and the resulting writer.