Skip to content

Commit

Permalink
Fix println section
Browse files Browse the repository at this point in the history
  • Loading branch information
paulrouget committed Sep 6, 2016
1 parent 9e34954 commit 32f6e96
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 32f6e96

Please sign in to comment.