From bbe10c5c4f1c618af8cfed6d986e7dac060edea6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matej=20=C4=BDach?= Date: Fri, 21 Aug 2015 17:10:46 +0100 Subject: [PATCH] fix spacing issue in trpl/documentation doc --- src/doc/trpl/documentation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/doc/trpl/documentation.md b/src/doc/trpl/documentation.md index 556af6625c0f..bec1979365e0 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