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

Commit

Permalink
I am dumb and can't spell (#1366)
Browse files Browse the repository at this point in the history
* rename implementor's guide to implementer's guide

* fix typos in more places
  • Loading branch information
rphmeier authored Jul 7, 2020
1 parent 891767b commit 482abf8
Show file tree
Hide file tree
Showing 54 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ generate-impl-guide:
name: michaelfbryan/mdbook-docker-image:latest
entrypoint: [""]
script:
- mdbook build roadmap/implementors-guide
- mdbook build roadmap/implementers-guide

.publish-build: &publish-build
stage: publish
Expand Down
2 changes: 1 addition & 1 deletion availability-store/src/worker.rs
Original file line number Diff line number Diff line change
Expand Up @@ -531,7 +531,7 @@ impl Worker {
}
}

/// Implementor of the [`BlockImport`] trait.
/// Implementer of the [`BlockImport`] trait.
///
/// Used to embed `availability-store` logic into the block imporing pipeline.
///
Expand Down
2 changes: 1 addition & 1 deletion node/overseer/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
//! # Overseer
//!
//! `overseer` implements the Overseer architecture described in the
//! [implementors-guide](https://github.com/paritytech/polkadot/blob/master/roadmap/implementors-guide/guide.md).
//! [implementers-guide](https://github.com/paritytech/polkadot/blob/master/roadmap/implementers-guide/guide.md).
//! For the motivations behind implementing the overseer itself you should
//! check out that guide, documentation in this crate will be mostly discussing
//! technical stuff.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ The implementers' guide is compiled from several source files with [mdBook](http

```sh
cargo install mdbook mdbook-linkcheck mdbook-graphviz
mdbook serve roadmap/implementors-guide
mdbook serve roadmap/implementers-guide
open http://localhost:3000
```
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Preamble

This document aims to describe the purpose, functionality, and implementation of a host for Polkadot's _parachains_. It is not for the implementor of a specific parachain but rather for the implementor of the Parachain Host, which provides security and advancement for constituent parachains. In practice, this is for the implementors of Polkadot.
This document aims to describe the purpose, functionality, and implementation of a host for Polkadot's _parachains_. It is not for the implementer of a specific parachain but rather for the implementer of the Parachain Host, which provides security and advancement for constituent parachains. In practice, this is for the implementers of Polkadot.

There are a number of other documents describing the research in more detail. All referenced documents will be linked here and should be read alongside this document for the best understanding of the full picture. However, this is the only document which aims to describe key aspects of Polkadot's particular instantiation of much of that research down to low-level technical details and software architecture.

0 comments on commit 482abf8

Please sign in to comment.