Skip to content

Commit

Permalink
_js: fix minor doc typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdan committed Feb 2, 2019
1 parent 06ba6a9 commit ba273b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _js/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ func throw(v interface{}) {
js.Global.Call("$throwRuntimeError", fmt.Sprint(v))
}

// streamReader is an io.Readder wrapper for Node's stream.Readable. See
// streamReader is an io.Reader wrapper for Node's stream.Readable. See
// https://nodejs.org/api/stream.html#stream_class_stream_readable
// TODO: support https://streams.spec.whatwg.org/#rs-class too?
type streamReader struct {
Expand Down

0 comments on commit ba273b7

Please sign in to comment.