diff --git a/docs/new_library.md b/docs/new_library.md index 8f6abf9c5..bf746c71c 100644 --- a/docs/new_library.md +++ b/docs/new_library.md @@ -137,7 +137,7 @@ By default ClusterFuzz will run your fuzzer without any options. You can specify custom options by creating a `fuzzer_name.options` file next to a fuzzier in `/out`: ``` -[linfuzzer] +[libfuzzer] max_len = 1024 ```