mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-04 09:53:04 +03:00
ea3454eabb
Fix misuses of a vs an Fixes the misuse of "a" vs "an", according to English grammatical expectations and using https://www.a-or-an.com/
Please read the rustc-dev-guide chapter on Backend Agnostic Codegen.