patrickcsullivan opened a new issue, #16118:
URL: https://github.com/apache/datafusion/issues/16118

   While reading the [architecture 
docs](https://docs.rs/datafusion/latest/datafusion/#architecture) for the first 
time I noticed a few typos and minor grammatical issues.
   
   Example:
   
   ```
   //! A [`TableProvider`] provides information for planning and
   //! an [`ExecutionPlan`]s for execution. DataFusion includes 
[`ListingTable`],
   ```
   
   should be
   
   ```
   //! A [`TableProvider`] provides information for planning and
   //! an [`ExecutionPlan`] for execution. DataFusion includes [`ListingTable`],
   ```
   
   Other example:
   
   ```
   //! The `Stream`s for certain `ExecutionPlans`, such as as 
[`RepartitionExec`]
   ```
   
   should be
   
   ```
   //! The `Stream`s for certain `ExecutionPlan`s, such as [`RepartitionExec`]
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org
For additional commands, e-mail: github-h...@datafusion.apache.org

Reply via email to