about summary refs log tree commit diff
diff options
context:
space:
mode:
authorBenjamin Beasley <code@musicinmybrain.net>2020-11-13 19:04:35 -0500
committerBenjamin Beasley <code@musicinmybrain.net>2020-11-13 19:04:54 -0500
commit389ee822e80a8b003034ccc69fbcbc356750f0d3 (patch)
treee817f9d4b58b80937fd6330b810e3a09d574c294
parentfb38de8d7351475359993c01ff1d65d3b3b2bfb3 (diff)
downloadafl++-389ee822e80a8b003034ccc69fbcbc356750f0d3.tar.gz
More idiomatic phrasing in CONTRIBUTING.md
-rw-r--r--CONTRIBUTING.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index ccacef5f..c36ed9d8 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -16,9 +16,9 @@ project, or added a file in a directory we already format, otherwise run:
 ```
 
 Regarding the coding style, please follow the AFL style.
-No camel case at all and use the AFL's macros wherever possible 
+No camel case at all and use AFL's macros wherever possible
 (e.g. WARNF, FATAL, MAP_SIZE, ...).
 
 Remember that AFLplusplus has to build and run on many platforms, so
 generalize your Makefiles/GNUmakefile (or your patches to our pre-existing
-Makefiles) to be as much generic as possible.
+Makefiles) to be as generic as possible.