mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Fix println section
This commit is contained in:
parent
9e349544f0
commit
32f6e965de
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue