Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
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
2 changes: 1 addition & 1 deletion srml/staking/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
//! being a _staker_). To become *bonded* a fund-holding account known as the _stash account_, which holds some or 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

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
//! funds that become frozen in place as part of the staking process, is paired with an active **controller** account which issues
//! 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.
//!
Expand Down