Fix typo of ReadCloser

This commit is contained in:
Tracker-Friendly 2024-10-25 19:44:44 +01:00
parent e19b039954
commit 6f6415241e
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ import (
"syscall/js"
)
// ReadableStream implements io.ReaderCloser for a JavaScript ReadableStream.
// ReadableStream implements io.ReadCloser for a JavaScript ReadableStream.
type ReadableStream struct {
stream js.Value
lock sync.Mutex