diff options
| author | loggerhead <longfangzheng@qq.com> | 2016-10-17 11:16:36 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-10-17 11:16:36 +0800 |
| commit | 0d3bdc6c3ec9b237f986bd4b233764f36b8c5bda (patch) | |
| tree | 989e0342a0546fa0246e6a68df9964b9fab15f0c /src/test/run-pass/thinlto | |
| parent | 6572a463116a31efba8bfddb2e64ed659311b8a1 (diff) | |
| download | rust-0d3bdc6c3ec9b237f986bd4b233764f36b8c5bda.tar.gz rust-0d3bdc6c3ec9b237f986bd4b233764f36b8c5bda.zip | |
Fix a error of 'book/deref-coercions.html'
The original sentence is: > This example has two conversions: `Rc<String>` to `String` and then `String` to `&str`. But it should be > This example has two conversions: `Rc<String>` to `String` and then `String` to `str`. or > This example has two conversions: `&Rc<String>` to `&String` and then `&String` to `&str`. I think the latter is more clearly.
Diffstat (limited to 'src/test/run-pass/thinlto')
0 files changed, 0 insertions, 0 deletions
