Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
Signed-off-by: Rubén Jesús García-Hernández <rubengarciahernandez@gmail.com>

Signed-off-by: Ruben Garcia <garcia@lrz.de>
  • Loading branch information
Ruben Garcia committed Nov 10, 2021
1 parent 12beb96 commit aa3cfaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bytestream.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ type byteStreamOpts struct {
Close bool
}

// ByteStreamConsumer creates a consmer for byte streams,
// ByteStreamConsumer creates a consumer for byte streams,
// takes a Writer/BinaryUnmarshaler interface or binary slice by reference,
// and reads from the provided reader
func ByteStreamConsumer(opts ...byteStreamOpt) Consumer {
Expand Down

0 comments on commit aa3cfaa

Please sign in to comment.