MsfPablo opened a new pull request, #10943:
URL: https://github.com/apache/arrow-rs/pull/10943

   # Which issue does this PR close?
   
   N/A — small standalone cleanup.
   
   # Rationale for this change
   
   `codespell` turns up a handful of spelling mistakes in doc comments and 
inline comments. One of them is slightly more than cosmetic: the doc comment on 
`arrow_arith::arity::try_binary` reads "Allies a binary infallable function", 
which should be "Applies a binary infallible function".
   
   # What changes are included in this PR?
   
   Comment-only spelling fixes across `arrow-schema`, `arrow-arith`, 
`arrow-ipc`, `arrow-select`, and `parquet-variant`. No identifiers, public API, 
or behaviour changed. Generated sources under `arrow-ipc/src/gen`, changelogs, 
and test data were left untouched.
   
   # Are these changes tested?
   
   No tests needed — comments only.
   
   # Are there any user-facing changes?
   
   Only rendered rustdoc text.


-- 
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]

Reply via email to