summary refs log tree commit diff
path: root/src/libserialize
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2014-08-20 13:55:52 +0000
committerbors <bors@rust-lang.org>2014-08-20 13:55:52 +0000
commit655600b01b88c2fb2f91965e2b505068db7d808f (patch)
tree042ffbc4fa104fe45c599f35eeecad88ebe7e9f6 /src/libserialize
parentcb5967e002dc33671f687b957ba8ae46a9de66fb (diff)
parent1f1620eed72f9b9c650576e3f6509c3267f0ab78 (diff)
downloadrust-655600b01b88c2fb2f91965e2b505068db7d808f.tar.gz
rust-655600b01b88c2fb2f91965e2b505068db7d808f.zip
auto merge of #16621 : tshepang/rust/grammar, r=steveklabnik
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 cef50a1308f..612449e6274 100644
--- a/src/libserialize/json.rs
+++ b/src/libserialize/json.rs
@@ -106,7 +106,7 @@ fn main() {
 
 ## Using the `ToJson` trait
 
-The examples above use the `ToJson` trait to generate the JSON string, which required
+The examples above use the `ToJson` trait to generate the JSON string, which is required
 for custom mappings.
 
 ### Simple example of `ToJson` usage