1
Fork 0

doc: grammar fixes

This commit is contained in:
Tshepang Lekhonkhobe 2014-08-20 01:31:07 +02:00
parent 51b901e160
commit 1f1620eed7
3 changed files with 4 additions and 4 deletions

View file

@ -106,7 +106,7 @@ fn main() {
## Using the `ToJson` trait
The examples above use the `ToJson` trait to generate the JSON string, which required
The examples above use the `ToJson` trait to generate the JSON string, which is required
for custom mappings.
### Simple example of `ToJson` usage