Update new_project_guide.md

fix wording for issue #2148
This commit is contained in:
Kostya Serebryany 2019-02-10 16:51:16 -08:00 committed by GitHub
parent fe265a46b0
commit 6d1247c377
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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: