mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-29 11:51:31 +03:00
5a9104fcdd
Fix typo in `std::io::Write` docs These referred to a “`Write`er”—extra *e*. Presumably a copy-paste holdover from “`Read`er”. Test Plan: Running ``git grep '`\?[Ww]rite`\?er'`` no longer finds any results. wchargin-branch: io-write-docs