Skip to content

Commit

Permalink
Fix docs link
Browse files Browse the repository at this point in the history
  • Loading branch information
riesentoaster committed Dec 19, 2024
1 parent c6a1081 commit 647c4e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libafl/src/mutators/mapping.rs
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ impl<M, F> Named for MappingMutator<M, F> {
}
}

/// Mapper to use to map a [`tuple_list`] of [`Mutator`]s using [`ToMappingMutatorMapper`]s.
/// Mapper to use to map a [`tuple_list`] of [`Mutator`]s using [`ToMappingMutator`]s.
///
/// See the explanation of [`MappingMutator`] for details.
///
Expand Down Expand Up @@ -127,7 +127,7 @@ pub struct ToMappingMutator<F> {
}

impl<F> ToMappingMutator<F> {
/// Creates a new [`ToMappingMutatorMapper`]
/// Creates a new [`ToMappingMutator`]
pub fn new(mapper: F) -> Self {
Self { mapper }
}
Expand Down

0 comments on commit 647c4e6

Please sign in to comment.