about summary refs log tree commit diff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorllzmb <46303940+llzmb@users.noreply.github.com>2021-12-02 21:03:59 +0100
committerllzmb <46303940+llzmb@users.noreply.github.com>2021-12-02 21:11:01 +0100
commit65c3db86256b3907404623fe1c52e01c9d12ff97 (patch)
tree8cb2d3b063980a9ea7bf4f42806d83e3f6134355 /CONTRIBUTING.md
parenta7694e299a331bd8c4826b2402ee68cd6f83d8f9 (diff)
downloadafl++-65c3db86256b3907404623fe1c52e01c9d12ff97.tar.gz
Fix punctuation in connection with "e.g."
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 0268b2e5..0ab4f8ec 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -17,7 +17,7 @@ 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 AFL's macros wherever possible
-(e.g. WARNF, FATAL, MAP_SIZE, ...).
+(e.g., WARNF, FATAL, MAP_SIZE, ...).
 
 Remember that AFL++ has to build and run on many platforms, so
 generalize your Makefiles/GNUmakefile (or your patches to our pre-existing