From f5e47c33fbc13c0510fa44c53a363bbe70699f97 Mon Sep 17 00:00:00 2001 From: Axel Souchet <1476421+0vercl0k@users.noreply.github.com> Date: Wed, 17 Jul 2024 02:08:29 -0700 Subject: [PATCH] Documentation fix in 'Design' > 'Architecture'. (#2412) --- docs/src/design/architecture.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/design/architecture.md b/docs/src/design/architecture.md index 3cf6e76811..bdaa8ba54f 100644 --- a/docs/src/design/architecture.md +++ b/docs/src/design/architecture.md @@ -12,4 +12,4 @@ Beside the entities previously described, we introduce the [`Testcase`](https:// The State, in the implementation, contains only owned objects that are serializable, and it is serializable itself. Some fuzzers may want to serialize their state when pausing or just, when doing in-process fuzzing, serialize on crash and deserialize in the new process to continue to fuzz with all the metadata preserved. -Additionally, we group the entities that are "actions", like the `CorpusScheduler` and the `Feedbacks`, in a common place, the [`Fuzzer'](https://docs.rs/libafl/latest/libafl/fuzzer/struct.StdFuzzer.html). +Additionally, we group the entities that are "actions", like the `CorpusScheduler` and the `Feedbacks`, in a common place, the [`Fuzzer`](https://docs.rs/libafl/latest/libafl/fuzzer/struct.StdFuzzer.html).