Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Apply suggestions from code review
Co-authored-by: Antonio <[email protected]>
  • Loading branch information
wischli and ntn-x2 authored Aug 2, 2022
commit 24dc4bfbf4788cb3faf17d568c07eca5cc63530e
4 changes: 2 additions & 2 deletions pallets/parachain-staking/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1477,7 +1477,7 @@ pub mod pallet {
.into())
}

/// Leave the set of delegators and, by implication, revoke the ingoing
/// Leave the set of delegators and, by implication, revoke the ongoing
/// delegation.
///
/// All staked funds are not unlocked immediately, but they are added to
Expand All @@ -1489,7 +1489,7 @@ pub mod pallet {
/// their chances to be included in the set of candidates in the next
/// rounds.
///
/// Automatically increments the accumulated rewards of the origin the
/// Automatically increments the accumulated rewards of the origin of the
/// current delegation.
///
/// Emits `DelegatorLeft`.
Expand Down