Fix Spellcheck for Template (#9795)

This commit is contained in:
Shawn Tabrizi
2021-09-16 09:21:33 -04:00
committed by GitHub
parent 65e5fa3aa3
commit c794c9f3a5
@@ -17,7 +17,7 @@
use frame_support::{traits::Get, weights::Weight};
use sp_std::marker::PhantomData;
/// Weight functions for {{pallet}}.
/// Weight functions for `{{pallet}}`.
pub struct WeightInfo<T>(PhantomData<T>);
impl<T: frame_system::Config> {{pallet}}::WeightInfo for WeightInfo<T> {
{{~#each benchmarks as |benchmark|}}