Skip to content

Commit

Permalink
Update datafusion/physical-plan/README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Dandandan authored Oct 30, 2023
1 parent 45576e8 commit db0bde6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datafusion/physical-plan/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

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

This crate is a submodule of DataFusion that contains the `ExecutionPlan` trait and the variou implementations of that
This crate is a submodule of DataFusion that contains the `ExecutionPlan` trait and the various implementations of that
trait for built in operators such as filters, projections, joins, aggregations, etc.

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

0 comments on commit db0bde6

Please sign in to comment.