Skip to content

Commit

Permalink
Update sdk/log/batch.go
Browse files Browse the repository at this point in the history
Co-authored-by: Damien Mathieu <[email protected]>
  • Loading branch information
MrAlias and dmathieu authored Apr 2, 2024
1 parent c870a95 commit c761618
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/log/batch.go
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ func (q *queue) TryFlush(buf []Record, flush func([]Record) bool) int {
return q.len
}

// Flush returns all the Records held in the queue and resets the queue to be
// Flush returns all the Records held in the queue and resets it to be
// empty.
func (q *queue) Flush() []Record {
q.Lock()
Expand Down

0 comments on commit c761618

Please sign in to comment.