Skip to content

Commit 9394132

Browse files
authored
chore: change either to any (#668)
1 parent b27a5c7 commit 9394132

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

patterns/2-structured/common-requirements.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The common code in the shared repository isn't meeting the needs of all the proj
1616
* Someone (or some project) wrote the code in the first place and contributed it to the repository.
1717
* The common code is a small percentage of the overall deliverable from any of the projects.
1818
* Each project has its own delivery schedule, set of deliverables and customers.
19-
* This pattern applies in either of these situations:
19+
* This pattern applies in any of these situations:
2020
* there is a **Strong Code Owner** i.e. all changes to the shared repository have to be approved by the repo owner
2121
* there is **weak code ownership** i.e. no one really owns the code
2222
* there is **no Benevolent Sponsor** i.e. no organization or executive is providing resources to organize the common code in an InnerSource fashion

0 commit comments

Comments
 (0)