Skip to content

Commit

Permalink
Fix test in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
riesentoaster committed Dec 18, 2024
1 parent c2396ef commit 7d4b21e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libafl/src/mutators/mapping.rs
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ impl<M, F> Named for MappingMutator<M, F> {
/// let mutators = tuple_list!(ByteIncMutator::new(), ByteIncMutator::new());
/// // construct a mutator that works on &mut CustomInput
/// let mut mapped_mutators =
/// mutators.map(ToFunctionMappingMutatorMapper::new(CustomInput::vec_mut));
/// mutators.map(ToMappingMutatorMapper::new(CustomInput::vec_mut));
///
/// let mut input = CustomInput(vec![1]);
///
Expand Down

0 comments on commit 7d4b21e

Please sign in to comment.