Skip to content

Commit

Permalink
fix spelling for linter
Browse files Browse the repository at this point in the history
  • Loading branch information
maciuszek committed Jan 2, 2025
1 parent 10b9773 commit 5828040
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stats.go
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@ func (s *statStore) Flush() {

flushableSink, ok := s.sink.(FlushableSink)
if ok {
flushableSink.Flush() // flushes everything buffered to a channel (outc) and specifies outc to be drained to either a batch or sent immediatly
flushableSink.Flush() // flushes everything buffered to a channel (outc) and specifies outc to be drained to either a batch or sent immediately
}
}

Expand Down

0 comments on commit 5828040

Please sign in to comment.