We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10fef82 commit d320b10Copy full SHA for d320b10
src/sinks/http/sink.rs
@@ -33,7 +33,7 @@ impl HttpSink {
33
.batched(self.batch_settings.into_byte_size_config())
34
// Build requests with no concurrency limit.
35
.request_builder(None, self.request_builder)
36
- // Filter out any errors that occured in the request building.
+ // Filter out any errors that occurred in the request building.
37
.filter_map(|request| async move {
38
match request {
39
Err(error) => {
0 commit comments