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
@@ -984,7 +984,7 @@ pub mod pallet {
}
}
/// [`TypedGet`] implementaion to get the AccountId of the StakingPot.
/// [`TypedGet`] implementation to get the AccountId of the StakingPot.
pub struct StakingPotAccountId<R>(PhantomData<R>);
impl<R> TypedGet for StakingPotAccountId<R>
where