From 0854c71ab4f3418bc386fd5e8aaf2538b587ba31 Mon Sep 17 00:00:00 2001 From: Abhishek Arya Date: Tue, 7 Feb 2017 15:23:00 -0800 Subject: [PATCH] Update new_project_guide.md --- docs/new_project_guide.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/new_project_guide.md b/docs/new_project_guide.md index d2acf9dd3..a4fd9833b 100644 --- a/docs/new_project_guide.md +++ b/docs/new_project_guide.md @@ -161,8 +161,8 @@ $ python infra/helper.py coverage $PROJECT_NAME ``` *Note*: Currently, we only support AddressSanitizer (address) and UndefinedBehaviorSanitizer (undefined) -configurations. MemorySanitizer is in development mode and not recommended for use. Make sure to test each -of the supported build configurations with the above commands (build_fuzzers -> run_fuzzer -> coverage). +configurations. MemorySanitizer is in development mode and not recommended for use. Make sure to test each +of the supported build configurations with the above commands (build_fuzzers -> run_fuzzer -> coverage). ## Debugging Problems