1
Fork 0

Rollup merge of #21314 - fenhl:patch-1, r=steveklbanik

See [this document](https://gist.github.com/0xabad1dea/8870b192fd1758743f66) by @0xabad1dea for the rationale.
This commit is contained in:
Barosl LEE 2015-01-21 02:16:47 +09:00
commit 29ece80d34

View file

@ -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
//! {