fix some typos (#12584)

This commit is contained in:
joe petrowski
2022-10-31 12:20:29 +01:00
committed by GitHub
parent 0ef7e261a3
commit cb20ae7de1
6 changed files with 19 additions and 19 deletions
@@ -233,7 +233,7 @@ where
AsMut::<PriorLock<BlockNumber, Balance>>::as_mut(self).rejig(now);
}
/// The amount of this account's balance that much currently be locked due to voting.
/// The amount of this account's balance that must currently be locked due to voting.
pub fn locked_balance(&self) -> Balance {
match self {
Voting::Casting(Casting { votes, prior, .. }) =>