Skip to content

Commit d320b10

Browse files
committed
spell checker
1 parent 10fef82 commit d320b10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sinks/http/sink.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ impl HttpSink {
3333
.batched(self.batch_settings.into_byte_size_config())
3434
// Build requests with no concurrency limit.
3535
.request_builder(None, self.request_builder)
36-
// Filter out any errors that occured in the request building.
36+
// Filter out any errors that occurred in the request building.
3737
.filter_map(|request| async move {
3838
match request {
3939
Err(error) => {

0 commit comments

Comments
 (0)