Skip to content

Commit ee64444

Browse files
committed
Fix comment
1 parent 3ec7448 commit ee64444

File tree

1 file changed

+1
-1
lines changed
  • parquet/src/arrow/async_reader

1 file changed

+1
-1
lines changed

parquet/src/arrow/async_reader/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -553,7 +553,7 @@ impl<T> RequestState<T>
553553
where
554554
T: AsyncFileReader + Unpin + Send + 'static,
555555
{
556-
// Issue a request to fetch a single range, returning the Outstanding state
556+
/// Issue a request to fetch `ranges`, returning the Outstanding state
557557
fn begin_request(mut input: T, ranges: Vec<Range<u64>>) -> Self {
558558
let ranges_captured = ranges.clone();
559559

0 commit comments

Comments
 (0)