README: trivial grammar tweak
This commit is contained in:
parent
b4cb0ea9e6
commit
b1b1af24dc
1 changed files with 2 additions and 2 deletions
|
@ -6,8 +6,8 @@ fixes towards being compliant to the [YAML test
|
||||||
suite](https://github.com/yaml/yaml-test-suite/). `yaml-rust`'s parser is
|
suite](https://github.com/yaml/yaml-test-suite/). `yaml-rust`'s parser is
|
||||||
heavily influenced by `libyaml` and `yaml-cpp`.
|
heavily influenced by `libyaml` and `yaml-cpp`.
|
||||||
|
|
||||||
`yaml-rust2` is a pure Rust YAML 1.2 implementation, which enjoys the memory
|
`yaml-rust2` is a pure Rust YAML 1.2 implementation that benefits from the
|
||||||
safety property and other benefits from the Rust language.
|
memory safety and other benefits from the Rust language.
|
||||||
|
|
||||||
## Quick Start
|
## Quick Start
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue