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".
This commit is contained in:
Tobin C. Harding 2023-09-03 13:44:14 +10:00
parent c06c9beb01
commit b229fd5555
No known key found for this signature in database
GPG Key ID: 40BF9E4C269D6607
1 changed files with 2 additions and 2 deletions

View File

@ -150,7 +150,7 @@ grammar fixes.
Pull request merge requirements: Pull request merge requirements:
- all CI test should pass, - 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. - no reasonable "rejects"/NACKs from anybody who reviewed the code.
Current list of the project maintainers: Current list of the project maintainers:
@ -164,7 +164,7 @@ Current list of the project maintainers:
- [Riccardo Casatta](https://github.com/RCasatta) - [Riccardo Casatta](https://github.com/RCasatta)
- [Tobin Harding](https://github.com/tcharding) - [Tobin Harding](https://github.com/tcharding)
#### Refactor carve output #### Refactor carve-out
The repository is going through heavy refactoring and "trivial" API redesign 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 (eg, rename `Foo::empty` to `Foo::new`) as we push towards API stabilization. As