Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
GiveMe-A-Name committed Dec 26, 2024
1 parent 1b89454 commit 474169e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/rspack_core/src/runtime_template.rs
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ impl RuntimeTemplate {
.insert(k, v);
}
}
_ => panic!("Should recive a map value"),
_ => panic!("Should receive a map value"),
}
}

Expand Down

0 comments on commit 474169e

Please sign in to comment.