about summary refs log tree commit diff
diff options
context:
space:
mode:
authorBarosl LEE <github@barosl.com>2015-01-21 02:16:47 +0900
committerBarosl LEE <github@barosl.com>2015-01-21 02:16:47 +0900
commit29ece80d34f5be54a628adea4b3f91193a6865dc (patch)
treeca1af5464f2f05afbffcd49b2903fa98b66a253e
parente63443d536a0e6157dce0cfb39dfcd2d614fb357 (diff)
parent5aa2f9c651546d420c8da551b3d95849f4ade310 (diff)
downloadrust-29ece80d34f5be54a628adea4b3f91193a6865dc.tar.gz
rust-29ece80d34f5be54a628adea4b3f91193a6865dc.zip
Rollup merge of #21314 - fenhl:patch-1, r=steveklbanik
See [this document](https://gist.github.com/0xabad1dea/8870b192fd1758743f66) by @0xabad1dea for the rationale.
-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 77e1ebc5ef3..a876ca3cb11 100644
--- a/src/libserialize/json.rs
+++ b/src/libserialize/json.rs
@@ -34,7 +34,7 @@
 //!
 //! An object is a series of string keys mapping to values, in `"key": value` format.
 //! Arrays are enclosed in square brackets ([ ... ]) and objects in curly brackets ({ ... }).
-//! A simple JSON document encoding a person, his/her age, address and phone numbers could look like
+//! A simple JSON document encoding a person, their age, address and phone numbers could look like
 //!
 //! ```ignore
 //! {