servo: Merge #13182 - Fix println section (from paulrouget:fixDoc); r=KiChjang

Source-Repo: https://github.com/servo/servo
Source-Revision: bba3eefde86d7716c35b6dcb6f45c9d42fbe758f
This commit is contained in:
Paul Rouget 2016-09-07 01:29:37 -05:00
parent abdd7f389e
commit 93df503eb7

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