We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0833eb0 commit 55747a4Copy full SHA for 55747a4
serde_arrow/src/lib.rs
@@ -82,7 +82,7 @@
82
//! ```
83
//!
84
//! The `RecordBatch` can then be written to disk, e.g., as parquet using
85
-//! the [`ArrowWriter`] from the [`parquet`] crate:
+//! the [`ArrowWriter`] from the [`parquet`] crate.
86
87
//! [`ArrowWriter`]: https://docs.rs/parquet/latest/parquet/arrow/arrow_writer/struct.ArrowWriter.html
88
//! [`parquet`]: https://docs.rs/parquet/latest/parquet/
0 commit comments