Update "use" to "uses" ln186

This commit is contained in:
theptrk 2014-06-16 14:04:54 -07:00 committed by Alex Crichton
parent ebac770abb
commit e1971dd35a

View file

@ -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