Skip to content

Commit 6bfba4f

Browse files
asteurerdicej
andauthored
Update crates/go/src/package/wit_types/wit_stream.go
Co-authored-by: Joel Dice <joel.dice@fermyon.com>
1 parent eeb7bd7 commit 6bfba4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/go/src/package/wit_types/wit_stream.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ func (self *StreamReader[T]) WriterDropped() bool {
3333

3434
// Reads data from a stream into a destination slice.
3535
//
36-
// Blocks until the stream completes or the destination slice is full.
36+
// Blocks until the read completes or the destination slice is full.
3737
//
3838
// # Panic
3939
//

0 commit comments

Comments
 (0)