Skip to content

Commit

Permalink
Update mod.rs (#909)
Browse files Browse the repository at this point in the history
  • Loading branch information
kingeasternsun authored and alamb committed Nov 4, 2021
1 parent 03d95e6 commit ea0d904
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parquet/src/file/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
//!
//! Provides access to file and row group readers and writers, record API, metadata, etc.
//!
//! See [`reader::SerializedFileReader`](reader/struct.SerializedFileReader.html) or
//! See [`serialized_reader::SerializedFileReader`](serialized_reader/struct.SerializedFileReader.html) or
//! [`writer::SerializedFileWriter`](writer/struct.SerializedFileWriter.html) for a
//! starting reference, [`metadata::ParquetMetaData`](metadata/index.html) for file
//! metadata, and [`statistics`](statistics/index.html) for working with statistics.
Expand Down

0 comments on commit ea0d904

Please sign in to comment.