From 32f6e965deab802957d5746b1467952503b394e8 Mon Sep 17 00:00:00 2001 From: Paul Rouget Date: Tue, 6 Sep 2016 18:56:49 +0800 Subject: [PATCH] Fix println section --- docs/HACKING_QUICKSTART.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/HACKING_QUICKSTART.md b/docs/HACKING_QUICKSTART.md index 468a6c33cb4..e0d96b547ea 100644 --- a/docs/HACKING_QUICKSTART.md +++ b/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