First round of implementers guide fixes (#6146)

This commit is contained in:
Bradley Olson
2022-10-13 08:43:50 -07:00
committed by GitHub
parent 0373ad0a34
commit 1d7d87856c
4 changed files with 7 additions and 7 deletions
@@ -28,7 +28,7 @@ The session change routine works as follows:
## Routines
```rust
enum InconsistentErrror {
enum InconsistentError {
// ...
}