about summary refs log tree commit diff
path: root/docs/custom_mutator.md
diff options
context:
space:
mode:
authorh1994st <h1994st@gmail.com>2020-03-03 23:18:47 -0500
committerh1994st <h1994st@gmail.com>2020-03-03 23:18:47 -0500
commit42ce48db39ba487caeb9477535364170fccf956a (patch)
treec109c52fef26279a118ab86600cee23cfea64d78 /docs/custom_mutator.md
parent445d4b7e594ba6933d69ef680ea7b3a64c214d82 (diff)
downloadafl++-42ce48db39ba487caeb9477535364170fccf956a.tar.gz
Fix typo
Diffstat (limited to 'docs/custom_mutator.md')
-rw-r--r--docs/custom_mutator.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/custom_mutator.md b/docs/custom_mutator.md
index 2a6c365d..4deb07e1 100644
--- a/docs/custom_mutator.md
+++ b/docs/custom_mutator.md
@@ -192,7 +192,7 @@ afl-fuzz /path/to/program
 Please see [example.c](../examples/custom_mutators/example.c) and
 [example.py](../examples/custom_mutators/example.py)
 
-## 6) Other Resources
+## 5) Other Resources
 
 - AFL libprotobuf mutator
     - [bruce30262/libprotobuf-mutator_fuzzing_learning](https://github.com/bruce30262/libprotobuf-mutator_fuzzing_learning/tree/master/4_libprotobuf_aflpp_custom_mutator)