]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #37473 - joshtriplett:doc-copyedit-write-writeln, r=alexcrichton
authorJonathan Turner <jonathandturner@users.noreply.github.com>
Wed, 2 Nov 2016 19:09:41 +0000 (15:09 -0400)
committerGitHub <noreply@github.com>
Wed, 2 Nov 2016 19:09:41 +0000 (15:09 -0400)
commit3752673cbc378509eda12e40f32f52a0f0e84ca1
treefe691375fa3b24ca14ce3f4896b14b3c56920178
parentdbb2506b72155e7148eddac0c6e1e84f073089d7
parent07bff08e4f3b3fd57adb02af63150b5893a864db
Rollup merge of #37473 - joshtriplett:doc-copyedit-write-writeln, r=alexcrichton

Copyediting on documentation for write! and writeln!

Fix various sentence fragments, missing articles, and other grammatical issues in the documentation for write! and writeln!.

Also fix the links (and link names) for common return types.

(Noticed when preparing https://github.com/rust-lang/rust/pull/37472 ; posted separately to avoid mixing the new documentation with copyedits to existing documentation.)
src/libcore/macros.rs