fix spacing issue in trpl/documentation doc
This commit is contained in:
parent
3a407b6c4e
commit
bbe10c5c4f
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue