uros-b opened a new pull request, #58076: URL: https://github.com/apache/spark/pull/58076
### What changes were proposed in this pull request? Fixes eight grammatical errors across three documentation guides: - `sql-performance-tuning.md`: `partitions is close` to `partitions close`; `only respect` to `only respects`; `is small than this factor multiply` to `is smaller than this factor multiplying`; `makes use the` to `makes use of the` - `graphx-programming-guide.md`: `there are relationship with missing user` to `there is a relationship with a missing user` (twice); `in number of situations` to `in a number of situations` - `mllib-clustering.md`: `most commonly used method` to `most commonly used methods` ### Why are the changes needed? Each is a plain grammatical error. Several are proven by the same file writing the phrase correctly elsewhere: `sql-performance-tuning.md` already has `if its size is larger than this factor multiplying` and `makes use of the runtime statistics`. ### Does this PR introduce _any_ user-facing change? No, other than the corrected documentation. ### How was this patch tested? Documentation only. No code sample, config name, or expected output is touched. ### Was this patch authored or co-authored using generative AI tooling? Generated-by: Claude Code (Opus 4.8) -- 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]
