Skip to content

Commit

Permalink
Fix typo in csv/reader.rs (#265)
Browse files Browse the repository at this point in the history
  • Loading branch information
domoritz authored May 7, 2021
1 parent 64ea8da commit a870b24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arrow/src/csv/reader.rs
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ impl<R: Read> Reader<R> {
}

// Initialize batch_records with StringRecords so they
// can be reused accross batches
// can be reused across batches
let mut batch_records = Vec::with_capacity(batch_size);
batch_records.resize_with(batch_size, Default::default);

Expand Down

0 comments on commit a870b24

Please sign in to comment.