diff --git a/srml/staking/src/lib.rs b/srml/staking/src/lib.rs index 17d0baa5d92b1..0ba4308cadad7 100644 --- a/srml/staking/src/lib.rs +++ b/srml/staking/src/lib.rs @@ -51,7 +51,7 @@ //! #### Staking //! //! Almost any interaction with the staking module requires a process of _**bonding**_ (also known as -//! being a _staker_). To become *bonded* a fund-holding account known as the _stash account_, which holds some of all of the +//! being a _staker_). To become *bonded* a fund-holding account known as the _stash account_, which holds some or all of the //! funds that become frozen in place as part of the staking process, is paired with an active **controller** account which issues //! instructions on how they shall be used. //!