Skip to content

Commit 029a9c5

Browse files
committed
Fix capitalization
1 parent c3c7907 commit 029a9c5

File tree

1 file changed

+1
-1
lines changed
  • content/docs/fuzzing/c-cpp/12-libafl

1 file changed

+1
-1
lines changed

content/docs/fuzzing/c-cpp/12-libafl/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ The following figure showcases a basic skeleton for a LibAFL fuzzer. The skeleto
283283
* `.remote_broker_addr()` can be used to set a broker process to connect to in case one already exists. Otherwise, this can be set to `None`.
284284
* `.stdout_file()` redirects the standard output of the SUT. You may want to set this to `/dev/null` if the output does not matter and the output is noisy. We comment this option here, as it may hide issues with the fuzzer because it also hides output printed in the `run_client` closure.
285285

286-
{{< customFigure "Skeleton for a LibAFL fuzzer. [Full source code](https://github.com/trailofbits/testing-handbook/blob/main/materials/fuzzing/libafl/appsec_guide/src/lib.rs) can be found in the GitHub repository of the testing handbook." >}}
286+
{{< customFigure "Skeleton for a LibAFL fuzzer. [Full source code](https://github.com/trailofbits/testing-handbook/blob/main/materials/fuzzing/libafl/appsec_guide/src/lib.rs) can be found in the GitHub repository of the Testing Handbook." >}}
287287
```rust
288288
use libafl::{
289289
...

0 commit comments

Comments
 (0)