diff options
author | Kostya Serebryany <kcc@google.com> | 2019-02-10 16:51:16 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-02-10 16:51:16 -0800 |
commit | 6d1247c377f20a3c4282a5be0a75a09b5f3b751e (patch) | |
tree | de29c49b4b05507b0e8db8d48d97b5ac7bcf65cc | |
parent | fe265a46b05ec4193a99309648c392c960310b3a (diff) |
Update new_project_guide.md
fix wording for issue #2148
-rw-r--r-- | docs/new_project_guide.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/new_project_guide.md b/docs/new_project_guide.md index 0d32f285..b2d1caa8 100644 --- a/docs/new_project_guide.md +++ b/docs/new_project_guide.md @@ -129,7 +129,7 @@ In the above example, the git clone will check out the source to `$SRC/<checkout ## build.sh -This file describes how to build [fuzz targets](glossary.md#fuzz-target) for your project. +This file describes how to build binaries for [fuzz targets](glossary.md#fuzz-target) in your project. The script will be executed within the image built from `Dockerfile`. In general, this script will need to: |