From b1b1af24dca8f9e724ad41630923c440985df7a0 Mon Sep 17 00:00:00 2001 From: David Aguilar Date: Sun, 17 Mar 2024 02:24:09 -0700 Subject: [PATCH] README: trivial grammar tweak --- saphyr/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/saphyr/README.md b/saphyr/README.md index 2014be3..04afc52 100644 --- a/saphyr/README.md +++ b/saphyr/README.md @@ -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