Skip to content

Commit

Permalink
Fixes tiny typo (#875)
Browse files Browse the repository at this point in the history
  • Loading branch information
PzaThief authored Apr 1, 2022
1 parent 6b6b5bd commit 227809c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion record.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ type Record = protocol.Record
// RecordReader values are not safe to use concurrently from multiple goroutines.
type RecordReader = protocol.RecordReader

// NewRecordReade rconstructs a RecordSet which exposes the sequence of records
// NewRecordReade reconstructs a RecordSet which exposes the sequence of records
// passed as arguments.
func NewRecordReader(records ...Record) RecordReader {
return protocol.NewRecordReader(records...)
Expand Down

0 comments on commit 227809c

Please sign in to comment.