Skip to content

Commit 55747a4

Browse files
committed
Improve punctuation
1 parent 0833eb0 commit 55747a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

serde_arrow/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
//! ```
8383
//!
8484
//! The `RecordBatch` can then be written to disk, e.g., as parquet using
85-
//! the [`ArrowWriter`] from the [`parquet`] crate:
85+
//! the [`ArrowWriter`] from the [`parquet`] crate.
8686
//!
8787
//! [`ArrowWriter`]: https://docs.rs/parquet/latest/parquet/arrow/arrow_writer/struct.ArrowWriter.html
8888
//! [`parquet`]: https://docs.rs/parquet/latest/parquet/

0 commit comments

Comments
 (0)