From b229fd55559faf89d4460c8efa2cf5206fb51e62 Mon Sep 17 00:00:00 2001 From: "Tobin C. Harding" Date: Sun, 3 Sep 2023 13:44:14 +1000 Subject: [PATCH] Use correct form for noun: carve-out One is said to "carve out" something, not "carve output" - woops. However, when used as a noun its written "carve-out". --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c78ed997..e43b7d80 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -150,7 +150,7 @@ grammar fixes. Pull request merge requirements: - all CI test should pass, -- at least two "accepts"/ACKs from the repository maintainers (see "refactor carve out"). +- at least two "accepts"/ACKs from the repository maintainers (see "refactor carve-out"). - no reasonable "rejects"/NACKs from anybody who reviewed the code. Current list of the project maintainers: @@ -164,7 +164,7 @@ Current list of the project maintainers: - [Riccardo Casatta](https://github.com/RCasatta) - [Tobin Harding](https://github.com/tcharding) -#### Refactor carve output +#### Refactor carve-out The repository is going through heavy refactoring and "trivial" API redesign (eg, rename `Foo::empty` to `Foo::new`) as we push towards API stabilization. As