diff options
| author | theptrk <patrick.tran06@gmail.com> | 2014-06-16 14:04:54 -0700 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2014-06-16 18:16:32 -0700 |
| commit | e1971dd35a679ff8fc438f7ccb8d6754de472d6e (patch) | |
| tree | 4edd4f1417a6d022b54683621208782aba7c2c67 /src/libserialize | |
| parent | ebac770abb529ebdd1b9de830ee82069d4f754da (diff) | |
| download | rust-e1971dd35a679ff8fc438f7ccb8d6754de472d6e.tar.gz rust-e1971dd35a679ff8fc438f7ccb8d6754de472d6e.zip | |
Update "use" to "uses" ln186
Diffstat (limited to 'src/libserialize')
| -rw-r--r-- | src/libserialize/json.rs | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
