diff options
| author | Barosl LEE <github@barosl.com> | 2015-01-21 02:16:47 +0900 |
|---|---|---|
| committer | Barosl LEE <github@barosl.com> | 2015-01-21 02:16:47 +0900 |
| commit | 29ece80d34f5be54a628adea4b3f91193a6865dc (patch) | |
| tree | ca1af5464f2f05afbffcd49b2903fa98b66a253e | |
| parent | e63443d536a0e6157dce0cfb39dfcd2d614fb357 (diff) | |
| parent | 5aa2f9c651546d420c8da551b3d95849f4ade310 (diff) | |
| download | rust-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.rs | 2 |
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 //! { |
