Skip to content

Commit

Permalink
Fix docs (paritytech#10606)
Browse files Browse the repository at this point in the history
  • Loading branch information
gavofyork authored and grishasobol committed Mar 28, 2022
1 parent 41d6668 commit cd77f8f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions frame/balances/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,6 @@ pub mod pallet {
/// Transfer some liquid free balance to another account.
///
/// `transfer` will set the `FreeBalance` of the sender and receiver.
/// It will decrease the total issuance of the system by the `TransferFee`.
/// If the sender's account is below the existential deposit as a result
/// of the transfer, the account will be reaped.
///
Expand Down Expand Up @@ -293,7 +292,7 @@ pub mod pallet {
/// Set the balances of a given account.
///
/// This will alter `FreeBalance` and `ReservedBalance` in storage. it will
/// also decrease the total issuance of the system (`TotalIssuance`).
/// also alter the total issuance of the system (`TotalIssuance`) appropriately.
/// If the new free or reserved balance is below the existential deposit,
/// it will reset the account nonce (`frame_system::AccountNonce`).
///
Expand Down

0 comments on commit cd77f8f

Please sign in to comment.