Skip to content

Commit

Permalink
Fix typo in a comment (#1188)
Browse files Browse the repository at this point in the history
  • Loading branch information
sachaos authored Aug 30, 2023
1 parent a2761cc commit 03d21b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/wasm-mutate/src/mutators/peephole/rules.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ use super::{
impl PeepholeMutator {
/// Returns the rewriting rules.
///
/// Define new fules here for the peephole mutator.
/// Define new rules here for the peephole mutator.
pub fn get_rules(&self, config: &WasmMutate) -> Vec<Rewrite<Lang, PeepholeMutationAnalysis>> {
let mut rules = vec![];

Expand Down

0 comments on commit 03d21b8

Please sign in to comment.