Skip to content

Commit c429ace

Browse files
committed
Merge pull request #21314 from fenhl/patch-1
Use singular they in the serialize::json docs Reviewed-by: steveklabnik
2 parents bc75dce + 5aa2f9c commit c429ace

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libserialize/json.rs

+1-1
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)