mirror of
https://github.com/rust-lang/rust.git
synced 2026-01-20 04:20:35 +00:00
Fix grammar in docs for std::io::Read Two independent clauses were incorrectly joined by a bare comma. The simplest fix would be to switch to a semicolon, but I think it's slightly better to keep the comma and use the coordinating conjunction "so".