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

Commit f159a1a

Browse files
committed
Merge pull request #70 from fenhl/patch-1
Use singular they in json docs
2 parents 392b17b + 55a46a3 commit f159a1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/json.rs

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