Skip to content

Commit a8b2f17

Browse files
committed
Use singular they in the serialize::json docs
See [https://gist.github.com/0xabad1dea/8870b192fd1758743f66](this document) by @0xabad1dea for the rationale.
1 parent 89c4e37 commit a8b2f17

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/libserialize/json.rs

+2-2
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
//! {
@@ -192,8 +192,8 @@
192192
//! }
193193
//! ```
194194
195-
use self::JsonEvent::*;
196195
use self::ErrorCode::*;
196+
use self::JsonEvent::*;
197197
use self::ParserError::*;
198198
use self::DecoderError::*;
199199
use self::ParserState::*;

0 commit comments

Comments
 (0)