diff --git a/docs/advanced-topics/reproducing.md b/docs/advanced-topics/reproducing.md index 7e8ea6da4..9b5e29732 100644 --- a/docs/advanced-topics/reproducing.md +++ b/docs/advanced-topics/reproducing.md @@ -78,9 +78,9 @@ $ python infra/helper.py build_fuzzers --sanitizer
\ The `sanitizer` used in the report is the value in the **Sanitizer** column. It's one of the following: - * **address** for AddressSanitizer - * **memory** for MemorySanitizer - * **undefined** for UndefinedBehaviorSanitizer + * **address** for AddressSanitizer. + * **memory** for MemorySanitizer. + * **undefined** for UndefinedBehaviorSanitizer. **Note**: The `architecture` argument is only necessary if you want to specify `i386` configuration.