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

Commit

Permalink
Spellcheck on
Browse files Browse the repository at this point in the history
Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
  • Loading branch information
ggwpez committed Mar 24, 2022
1 parent e29488a commit 30e3f7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node/client/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -573,7 +573,7 @@ impl sp_blockchain::HeaderBackend<Block> for Client {
/// Provides a `SignedPayload` for any runtime.
///
/// The first code block should set up all variables that are needed to create the
/// SignedPayload. The second block can make use of the SignedPayload.
/// `SignedPayload`. The second block can make use of the `SignedPayload`.
///
/// This is not done as a trait function since the return type depends on the runtime.
/// This macro therefore uses the same approach as [`with_client!`].
Expand Down

0 comments on commit 30e3f7e

Please sign in to comment.