Skip to content

Commit 45576e8

Browse files
committed
prettier
1 parent d6d0893 commit 45576e8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

datafusion/core/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@
2121

2222
[DataFusion](df) is an extensible query execution framework, written in Rust, that uses Apache Arrow as its in-memory format.
2323

24-
This crate contains the main entrypoints and high level DataFusion APIs such as SessionContext, and DataFrame and ListingTable.
24+
This crate contains the main entrypoints and high level DataFusion APIs such as SessionContext, and DataFrame and ListingTable.
2525

2626
[df]: https://crates.io/crates/datafusion

datafusion/execution/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@
2121

2222
[DataFusion](df) is an extensible query execution framework, written in Rust, that uses Apache Arrow as its in-memory format.
2323

24-
This crate is a submodule of DataFusion that provides execution runtime such as the memory pools and disk manager.
24+
This crate is a submodule of DataFusion that provides execution runtime such as the memory pools and disk manager.
2525

2626
[df]: https://crates.io/crates/datafusion

0 commit comments

Comments
 (0)