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