Skip to content

Commit fc1dbb8

Browse files
committed
fix CI
1 parent cdc08aa commit fc1dbb8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

arrow-ipc/src/writer.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ pub struct IpcWriteOptions {
7272
/// Return type for [`IpcDataGenerator::write_batch_direct`]: `(dict_sizes, batch_sizes)` where
7373
/// each element is `(ipc_metadata_bytes, body_bytes)`.
7474
///
75-
/// [`FileWriter`] uses these sizes to build the [`Block`] index entries required by the IPC
75+
/// [`FileWriter`] uses these sizes to build the Block index entries required by the IPC
7676
/// footer for random-access reads.
7777
type IPCMetadata = Result<(Vec<(usize, usize)>, (usize, usize)), ArrowError>;
7878
/// A single buffer segment ready to be written to the output stream.

0 commit comments

Comments
 (0)