mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 17:31:05 +00:00
Some typos and misspellings in docs I found, during my studies. (#2144)
* Fix stale link to overseer docs * Some typos and mispellings in docs/comments I found during studying how Polkadot works.
This commit is contained in:
@@ -140,7 +140,7 @@ struct CandidateBackingJob {
|
||||
issued_statements: HashSet<CandidateHash>,
|
||||
/// These candidates are undergoing validation in the background.
|
||||
awaiting_validation: HashSet<CandidateHash>,
|
||||
/// `Some(h)` if this job has already issues `Seconded` statemt for some candidate with `h` hash.
|
||||
/// `Some(h)` if this job has already issued `Seconded` statement for some candidate with `h` hash.
|
||||
seconded: Option<CandidateHash>,
|
||||
/// The candidates that are includable, by hash. Each entry here indicates
|
||||
/// that we've sent the provisioner the backed candidate.
|
||||
|
||||
Reference in New Issue
Block a user