Skip to content

Commit

Permalink
docs: fix typo in custom-backend.md (#825)
Browse files Browse the repository at this point in the history
  • Loading branch information
samlaf authored Nov 19, 2024
1 parent 77a51c5 commit 4c5f1ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book/src/sdk/custom-backend.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ let cfg = RollupConfig::default();
let provider = ...;
let hinter = ...;

let executor = StatelessL2BlcokExecutor::builder(&cfg, provider, hinter)
let executor = StatelessL2BlockExecutor::builder(&cfg, provider, hinter)
.with_parent_header(...)
.build();

Expand Down

0 comments on commit 4c5f1ec

Please sign in to comment.