Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information