We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bc75dce + 5aa2f9c commit c429aceCopy full SHA for c429ace
src/libserialize/json.rs
@@ -34,7 +34,7 @@
34
//!
35
//! An object is a series of string keys mapping to values, in `"key": value` format.
36
//! 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
+//! A simple JSON document encoding a person, their age, address and phone numbers could look like
38
39
//! ```ignore
40
//! {
0 commit comments