Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
niebayes committed Dec 23, 2023
1 parent ed4d2cf commit 62a8991
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/log-store/src/kafka/log_store.rs
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ impl LogStore for KafkaLogStore {
return Ok(AppendBatchResponse::default());
}

// Groups entries by region id and push them to an associated record producer.
// Groups entries by region id and pushes them to an associated record producer.
let mut producers: HashMap<_, RecordProducer> = HashMap::with_capacity(entries.len());
for entry in entries {
producers
Expand Down

0 comments on commit 62a8991

Please sign in to comment.