aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/advanced-topics/reproducing.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/advanced-topics/reproducing.md b/docs/advanced-topics/reproducing.md
index 7e8ea6da..9b5e2973 100644
--- a/docs/advanced-topics/reproducing.md
+++ b/docs/advanced-topics/reproducing.md
@@ -78,9 +78,9 @@ $ python infra/helper.py build_fuzzers --sanitizer <address/memory/undefined> \
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.