README: trivial grammar tweak

This commit is contained in:
David Aguilar 2024-03-17 02:24:09 -07:00 committed by Ethiraric
parent b4cb0ea9e6
commit b1b1af24dc

View file

@ -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
heavily influenced by `libyaml` and `yaml-cpp`.
`yaml-rust2` is a pure Rust YAML 1.2 implementation, which enjoys the memory
safety property and other benefits from the Rust language.
`yaml-rust2` is a pure Rust YAML 1.2 implementation that benefits from the
memory safety and other benefits from the Rust language.
## Quick Start