Skip to content

Commit

Permalink
Fix doc
Browse files Browse the repository at this point in the history
  • Loading branch information
tustvold committed Sep 29, 2023
1 parent a4c17a9 commit 44c6713
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parquet/src/arrow/arrow_writer/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@ impl ArrowColumnChunk {
}
}

/// Encodes [`ArrowLeafColumn`] to [`ArrowColumnChunkData`]
/// Encodes [`ArrowLeafColumn`] to [`ArrowColumnChunk`]
///
/// Note: This is a low-level interface for applications that require fine-grained control
/// of encoding, see [`ArrowWriter`] for a higher-level interface
Expand Down

0 comments on commit 44c6713

Please sign in to comment.