From 55a46a38821b4693b125ffc714531e0092f01553 Mon Sep 17 00:00:00 2001
From: Fenhl <fenhl@fenhl.net>
Date: Sat, 7 Mar 2015 12:37:22 +0000
Subject: [PATCH] Use singular they in json docs

Same as https://github.com/rust-lang/rust/pull/21314 but for rustc-serialize instead of serialize.
---
 src/json.rs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/json.rs b/src/json.rs
index b0db894..0dcdfb9 100644
--- a/src/json.rs
+++ b/src/json.rs
@@ -40,7 +40,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
+//! their age, address and phone numbers could look like
 //!
 //! ```ignore
 //! {