Auto merge of #13182 - paulrouget:fixDoc, r=KiChjang

Fix println section

<!-- Reviewable:start -->
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/13182)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2016-09-07 01:29:37 -05:00 committed by GitHub
commit bba3eefde8

View file

@ -174,7 +174,7 @@ You will want to add your own logs. Luckily, many structures [implement the `fmt
println!("foobar: {:?}", foobar)
```
usually just works. If it doesn't, maybe foobar's properties implement the right trait.
usually just works. If it doesn't, maybe some of foobar's properties don't implement the right trait.
### Debugger