mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-29 03:37:26 +03:00
d54aaed392
stdlib: Replace typedef -> type alias in doc comment 'typedef' is jargon from C and C++. Since the Rust reference uses the term [type alias](https://doc.rust-lang.org/reference/items/type-aliases.html), this patch changes the doc comment in io/error.rs to also use 'type alias'.