diff --git a/servo/docs/HACKING_QUICKSTART.md b/servo/docs/HACKING_QUICKSTART.md index 468a6c33cb4a..e0d96b547eab 100644 --- a/servo/docs/HACKING_QUICKSTART.md +++ b/servo/docs/HACKING_QUICKSTART.md @@ -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