Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.

Commit e073c24

Browse files
author
Ross Bulat
authored
doc corrections (#10936)
1 parent 8da9ad8 commit e073c24

File tree

1 file changed

+3
-3
lines changed
  • frame/election-provider-multi-phase/src

1 file changed

+3
-3
lines changed

frame/election-provider-multi-phase/src/lib.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
//!
104104
//! Validators will only submit solutions if the one that they have computed is sufficiently better
105105
//! than the best queued one (see [`pallet::Config::SolutionImprovementThreshold`]) and will limit
106-
//! the weigh of the solution to [`pallet::Config::MinerMaxWeight`].
106+
//! the weight of the solution to [`pallet::Config::MinerMaxWeight`].
107107
//!
108108
//! The unsigned phase can be made passive depending on how the previous signed phase went, by
109109
//! setting the first inner value of [`Phase`] to `false`. For now, the signed phase is always
@@ -147,13 +147,13 @@
147147
//! which is capable of connecting to a live network, and generating appropriate `supports` using a
148148
//! standard algorithm, and outputting the `supports` in hex format, ready for submission. Note that
149149
//! while this binary lives in the Polkadot repository, this particular subcommand of it can work
150-
//! against any substrate based-chain.
150+
//! against any substrate-based chain.
151151
//!
152152
//! See the `staking-miner` documentation in the Polkadot repository for more information.
153153
//!
154154
//! ## Feasible Solution (correct solution)
155155
//!
156-
//! All submissions must undergo a feasibility check. Signed solutions are checked on by one at the
156+
//! All submissions must undergo a feasibility check. Signed solutions are checked one by one at the
157157
//! end of the signed phase, and the unsigned solutions are checked on the spot. A feasible solution
158158
//! is as follows:
159159
//!

0 commit comments

Comments
 (0)