about summary refs log tree commit diff
path: root/src/libserialize
diff options
context:
space:
mode:
authortheptrk <patrick.tran06@gmail.com>2014-06-16 14:04:54 -0700
committerAlex Crichton <alex@alexcrichton.com>2014-06-16 18:16:32 -0700
commite1971dd35a679ff8fc438f7ccb8d6754de472d6e (patch)
tree4edd4f1417a6d022b54683621208782aba7c2c67 /src/libserialize
parentebac770abb529ebdd1b9de830ee82069d4f754da (diff)
downloadrust-e1971dd35a679ff8fc438f7ccb8d6754de472d6e.tar.gz
rust-e1971dd35a679ff8fc438f7ccb8d6754de472d6e.zip
Update "use" to "uses" ln186
Diffstat (limited to 'src/libserialize')
-rw-r--r--src/libserialize/json.rs2
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