From e1971dd35a679ff8fc438f7ccb8d6754de472d6e Mon Sep 17 00:00:00 2001 From: theptrk Date: Mon, 16 Jun 2014 14:04:54 -0700 Subject: [PATCH] Update "use" to "uses" ln186 --- src/libserialize/json.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libserialize/json.rs b/src/libserialize/json.rs index f2717f6f263..6ea7cde3b27 100644 --- a/src/libserialize/json.rs +++ b/src/libserialize/json.rs @@ -183,7 +183,7 @@ fn main() { ## Using `ToJson` -This example use the ToJson impl to deserialize the JSON string. +This example uses the ToJson impl to deserialize the JSON string. Example of `ToJson` trait implementation for TestStruct1. ```rust