Skip to content

Commit

Permalink
fix: Small Spelling Issue (#893)
Browse files Browse the repository at this point in the history
  • Loading branch information
refcell authored Jan 9, 2025
1 parent 14c7de5 commit 24e73ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book/src/sdk/exec-ext.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,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(...)
.with_handle_register(custom_handle_register)
.build();
Expand Down

0 comments on commit 24e73ba

Please sign in to comment.