Skip to content
This repository was archived by the owner on Dec 1, 2023. It is now read-only.

Commit 55a46a3

Browse files
committed
Use singular they in json docs
Same as rust-lang/rust#21314 but for rustc-serialize instead of serialize.
1 parent 392b17b commit 55a46a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/json.rs

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

0 commit comments

Comments
 (0)