chore(struct): fix a typo

This commit is contained in:
Simon Chan 2023-02-27 01:05:03 +08:00
parent 6ada4a7a06
commit 258547c50b
No known key found for this signature in database
GPG key ID: A8B69F750B9BCEDD

View file

@ -40,4 +40,4 @@ web-streams-polyfill package's `ReadableStream#pipeTo` only uses public methods,
Allowing reading specified amount of data by buffering incoming data.
It's not a Web Stream API `ReadableStream`, because `ReadableStream` doesn't allow hinting the desired read size (except using BYOB readable, but causes extra allocations for small reads).
It's not a Web Streams API `ReadableStream`, because `ReadableStream` doesn't allow hinting the desired read size (except using BYOB readable, but causes extra allocations for small reads).