jx2lee opened a new pull request, #21875: URL: https://github.com/apache/datafusion/pull/21875
## Which issue does this PR close? - None. ## Rationale for this change Fix a handful of small typos in the contributor and user documentation. ## What changes are included in this PR? - Correct spelling mistakes in several docs pages - Replace a Cyrillic `ะก` with an ASCII `C` in aggregate function descriptions ## Are these changes tested? - `rustup run stable cargo fmt --all -- --check` - Attempted `PATH="$HOME/Library/Python/3.9/bin:$PATH" rustup run stable cargo clippy --all-targets --all-features -- -D warnings`, which hit an existing clippy failure in `datafusion/expr/src/logical_plan/plan.rs:3775` unrelated to this docs-only change ## Are there any user-facing changes? - Documentation text only. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
