diff --git a/src/libserialize/json.rs b/src/libserialize/json.rs index 41499b5ae0efe..05480828dd5a8 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 //! {