drive by spelling fixes (#12175)

This commit is contained in:
Squirrel
2022-09-05 15:04:14 +01:00
committed by GitHub
parent 84acfd5f50
commit 2b80555902
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -165,7 +165,7 @@ pub trait FrozenBalance<AssetId, AccountId, Balance> {
///
/// Under normal behaviour, the account balance should not go below the sum of this (if `Some`)
/// and the asset's minimum balance. However, the account balance may reasonably begin below
/// this sum (e.g. if less than the sum had ever been transfered into the account).
/// this sum (e.g. if less than the sum had ever been transferred into the account).
///
/// In special cases (privileged intervention) the account balance may also go below the sum.
///