From: Steve Klabnik Date: Sat, 22 Aug 2015 23:15:44 +0000 (-0400) Subject: Rollup merge of #27934 - MatejLach:spacing_fix, r=steveklabnik X-Git-Url: https://git.lizzy.rs/?a=commitdiff_plain;h=1b130326b0eefa177a26bf749997533307227d57;hp=fb58dcdbd29c505a410bbc16d099a093fa0d4dc1;p=rust.git Rollup merge of #27934 - MatejLach:spacing_fix, r=steveklabnik r @steveklabnik ? --- diff --git a/src/doc/trpl/documentation.md b/src/doc/trpl/documentation.md index 7cbb9aefe5c..0a471beb439 100644 --- a/src/doc/trpl/documentation.md +++ b/src/doc/trpl/documentation.md @@ -73,8 +73,8 @@ hello.rs:4 } ``` This [unfortunate error](https://github.com/rust-lang/rust/issues/22547) is -correct: documentation comments apply to the thing after them, and there's no -thing after that last comment. +correct: documentation comments apply to the thing after them, and there's +nothing after that last comment. [rc-new]: https://doc.rust-lang.org/nightly/std/rc/struct.Rc.html#method.new