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
118118crate. It is definitely one of them now.
119119
120120While 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
122122[ very well in benchmarks] ( http://json.rs/ ) , in some cases it
123123can even outperform parsing to structs.
124124
@@ -131,6 +131,6 @@ mantissa with 16 bit decimal exponent for floating point representation.
131131## License
132132
133133This 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.
135135
136136See [ LICENSE-APACHE] ( LICENSE-APACHE ) and [ LICENSE-MIT] ( LICENSE-MIT ) for details.
You can’t perform that action at this time.
0 commit comments