From 8fa561da7ad699f2d78ddcb01597440633ec1b5c Mon Sep 17 00:00:00 2001 From: Kostya Serebryany Date: Mon, 21 Nov 2016 16:31:03 -0800 Subject: [PATCH] Update glossary.md --- docs/glossary.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/glossary.md b/docs/glossary.md index 3aea783ad..5e05755bd 100644 --- a/docs/glossary.md +++ b/docs/glossary.md @@ -39,7 +39,7 @@ See also [Mutation Engine](#mutation-engine) and [Test Generator](#test-generato ## Fuzzer build -A binary built for a [fuzz target](#fuzz-target) for a specific [fuzzing engine](#fuzzing-engine), +A binary built for a [fuzz target](#fuzz-target) with (or for) a specific [fuzzing engine](#fuzzing-engine), in a specific build mode (e.g. with enabled or disabled assertions), optionally combined with a [sanitizer](#sanitizer).