File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ There used to be a statement here saying that performance is not the main goal o
118
118
crate. It is definitely one of them now.
119
119
120
120
While this crate doesn't provide a way to parse JSON to native Rust structs, it does a
121
- lot to optimize it's performance for DOM parsing, stringifying and manipulation. It does
121
+ lot to optimize its performance for DOM parsing, stringifying and manipulation. It does
122
122
[ very well in benchmarks] ( http://json.rs/ ) , in some cases it
123
123
can even outperform parsing to structs.
124
124
@@ -131,6 +131,6 @@ mantissa with 16 bit decimal exponent for floating point representation.
131
131
## License
132
132
133
133
This crate is distributed under the terms of both the MIT license
134
- and the Apache License (Version 2.0), choose whatever works for you.
134
+ and the Apache License (Version 2.0). Choose whichever one works best for you.
135
135
136
136
See [ LICENSE-APACHE] ( LICENSE-APACHE ) and [ LICENSE-MIT] ( LICENSE-MIT ) for details.
You can’t perform that action at this time.
0 commit comments