Fix some typos (#4018)

Signed-off-by: hongkuang <liurenhong@outlook.com>
This commit is contained in:
HongKuang
2024-04-08 12:21:11 +08:00
committed by GitHub
parent 9940038543
commit bd4471b4fc
7 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -1123,7 +1123,7 @@ impl<T: Config<I>, I: 'static> OnUnbalanced<NegativeImbalanceOf<T, I>> for Palle
}
}
/// TypedGet implementaion to get the AccountId of the Treasury.
/// TypedGet implementation to get the AccountId of the Treasury.
pub struct TreasuryAccountId<R>(PhantomData<R>);
impl<R> sp_runtime::traits::TypedGet for TreasuryAccountId<R>
where