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 a718a9a commit ed4d2cf
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 @@ -78,7 +78,7 @@ impl LogStore for KafkaLogStore {
}

/// Appends a batch of entries to the log store. The response contains a map where the key
/// is a region id while the value if the id of the entry, the first entry of the entries belong to the region,
/// is a region id while the value is the id of the entry, the first entry of the entries belong to the region,
/// written into the log store.
async fn append_batch(&self, entries: Vec<Self::Entry>) -> Result<AppendBatchResponse> {
if entries.is_empty() {
Expand Down

0 comments on commit ed4d2cf

Please sign in to comment.