some spelling fixes (#4088)

* quotes around Job::ToJob
* add new words to dictionary
This commit is contained in:
Andronik Ordian
2021-10-18 11:59:46 +02:00
committed by GitHub
parent 4f12ec239d
commit 8aba3ea8ca
6 changed files with 11 additions and 6 deletions
@@ -62,7 +62,7 @@ impl CollationGenerationSubsystem {
/// Conceptually, this is very simple: it just loops forever.
///
/// - On incoming overseer messages, it starts or stops jobs as appropriate.
/// - On other incoming messages, if they can be converted into Job::ToJob and
/// - On other incoming messages, if they can be converted into `Job::ToJob` and
/// include a hash, then they're forwarded to the appropriate individual job.
/// - On outgoing messages from the jobs, it forwards them to the overseer.
///