mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2026-01-05 07:35:31 +00:00
doc: update inclusive language terms in docs
Replace white/black master/slave terms with alternatives. We're not changing "master" when used in the context of GitHub branches. GitHub advises they have a plan to help this transition. In the text body we rever to the "master" branch as the "main" branch, but leave any urls or code-block commands still using "master". Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
This commit is contained in:
committed by
David Kinder
parent
6ddf793f16
commit
fc1fc0eb8d
@@ -13,7 +13,7 @@ include:
|
||||
* **Understandability** A modular design is easier to understand due to
|
||||
encapsulation.
|
||||
* **Testability** Modules can be integrated and tested in the reverse order of
|
||||
dependencies among them. White-box integration tests help improve the coverage
|
||||
dependencies among them. Modular integration tests help improve the coverage
|
||||
of tests and identify corner cases that are hard to trigger when testing the
|
||||
hypervisor as a whole.
|
||||
* **Configurability** Modular design makes it easy to configure certain
|
||||
|
||||
Reference in New Issue
Block a user