Skip to content

Commit 22a2ef9

Browse files
authored
Fixes a typo in arrow/examples/README.md (#7473)
1 parent 2c6c01c commit 22a2ef9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arrow/examples/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@
2424
- [`dynamic_types.rs`](dynamic_types.rs): Dealing with mixed types dynamically at runtime
2525
- [`read_csv.rs`](read_csv.rs): Reading CSV files with explicit schema, pretty printing Arrays
2626
- [`read_csv_infer_schema.rs`](read_csv_infer_schema.rs): Reading CSV files, pretty printing Arrays
27-
- [`zero_copy_ipc`](zero_copy_ipc): Zero copy read of Arrow IPC file using `mmap`
27+
- [`zero_copy_ipc.rs`](zero_copy_ipc.rs): Zero copy read of Arrow IPC file using `mmap`
2828
- [`tensor_builder.rs`](tensor_builder.rs): Using tensor builder
2929
- [`version.rs`](version.rs): Print the arrow version and exit

0 commit comments

Comments
 (0)