Skip to content

Commit

Permalink
Auto merge of #13182 - paulrouget:fixDoc, r=KiChjang
Browse files Browse the repository at this point in the history
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 -->
  • Loading branch information
bors-servo committed Sep 7, 2016
2 parents 9a1af35 + 32f6e96 commit bba3eef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/HACKING_QUICKSTART.md
Expand Up @@ -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

Expand Down

0 comments on commit bba3eef

Please sign in to comment.