Fix documentation typos (#933)
* libafl: Fix documentation typo in Push stage * libafl: Fix documentation typo in PowerSchedule
This commit is contained in:
parent
abfd834e98
commit
61aa764dc4
@ -133,7 +133,7 @@ impl SchedulerMetadata {
|
||||
/// The power schedule to use
|
||||
#[derive(Serialize, Deserialize, Clone, Copy, Debug, PartialEq, Eq)]
|
||||
pub enum PowerSchedule {
|
||||
/// The `explore" power schedule
|
||||
/// The `explore` power schedule
|
||||
EXPLORE,
|
||||
/// The `exploit` power schedule
|
||||
EXPLOIT,
|
||||
|
@ -1,7 +1,7 @@
|
||||
//! While normal stages call the executor over and over again, push stages turn this concept upside down:
|
||||
//! A push stage instead returns an iterator that generates a new result for each time it gets called.
|
||||
//! With the new testcase, you will have to take care about testcase execution, manually.
|
||||
//! The push stage relies on internal muttability of the supplied `Observers`.
|
||||
//! The push stage relies on internal mutability of the supplied `Observers`.
|
||||
//!
|
||||
|
||||
/// Mutational stage is the normal fuzzing stage.
|
||||
|
Loading…
x
Reference in New Issue
Block a user