doc: copy edits in the developer reference

Signed-off-by: Benjamin Fitch <benjamin.fitch@intel.com>
This commit is contained in:
Benjamin Fitch
2021-04-01 16:28:25 -07:00
committed by fitchbe
parent 86176a30a0
commit 8c8df1afb9
12 changed files with 848 additions and 847 deletions

View File

@@ -3,12 +3,11 @@
Coding Guidelines
#################
ACRN Project coding guidelines establish a common set of standards
and practices that improve readability and maintainability
of the code. These guidelines also help ensure the code is safe,
secure, and reliable by reducing undefined or unspecified
behavior by restricting use of problematic areas of the programming
language.
ACRN Project coding guidelines establish a common set of standards and
practices that improve the readability and maintainability of the code.
These guidelines also help ensure that the code is safe, secure, and reliable
by reducing undefined or unspecified behavior through restrictions on the use
of problematic areas of the programming language.
The following sections document the project's language-specific guidelines: