Skip to content

Commit 29ece80

Browse files
committed
Rollup merge of rust-lang#21314 - fenhl:patch-1, r=steveklbanik
See [this document](https://gist.github.com/0xabad1dea/8870b192fd1758743f66) by @0xabad1dea for the rationale.
2 parents e63443d + 5aa2f9c commit 29ece80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libserialize/json.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
//!
3535
//! An object is a series of string keys mapping to values, in `"key": value` format.
3636
//! Arrays are enclosed in square brackets ([ ... ]) and objects in curly brackets ({ ... }).
37-
//! A simple JSON document encoding a person, his/her age, address and phone numbers could look like
37+
//! A simple JSON document encoding a person, their age, address and phone numbers could look like
3838
//!
3939
//! ```ignore
4040
//! {

0 commit comments

Comments
 (0)