From 7f42e02b5aaf129308308ee41d6522f73063ec64 Mon Sep 17 00:00:00 2001 From: inferno-chromium Date: Tue, 29 Nov 2016 13:40:42 -0800 Subject: [PATCH] Update glossary.md --- docs/glossary.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/glossary.md b/docs/glossary.md index 09fd6f821..be9446665 100644 --- a/docs/glossary.md +++ b/docs/glossary.md @@ -55,9 +55,8 @@ Example: [radamsa](https://github.com/aoh/radamsa) (a generic test mutator). An entity comprising of various [fuzz targets](#fuzz-target) that test APIs (or internal functions) of a specific open source project. -One project may have more than one [fuzz target](#fuzz-target) -(example: [openssl](https://github.com/openssl/openssl/blob/master/fuzz/)), -but OSS-Fuzz will have a single set of configuration files for such project. +Each project has a single set of configuration files and may have more than one [fuzz target](#fuzz-target) +(example: [openssl](https://github.com/openssl/openssl/blob/master/fuzz/)). ## Reproducer Or a **testcase**.