fix: typos in documentation files (#12528)

This commit is contained in:
leopardracer
2024-11-14 10:46:58 +02:00
committed by GitHub
parent d505089960
commit 457ac5f73f
3 changed files with 3 additions and 3 deletions

View File

@ -43,7 +43,7 @@ pub trait Stage<DB: Database>: Send + Sync {
}
```
To get a better idea of what is happening at each part of the pipeline, lets walk through what is going on under the hood within the `execute()` function at each stage, starting with `HeaderStage`.
To get a better idea of what is happening at each part of the pipeline, let's walk through what is going on under the hood within the `execute()` function at each stage, starting with `HeaderStage`.
<br>