Skip to content

Commit

Permalink
deploy: 24e73ba
Browse files Browse the repository at this point in the history
  • Loading branch information
github-merge-queue[bot] committed Jan 9, 2025
1 parent ed068a5 commit 4705ec2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion print.html
Original file line number Diff line number Diff line change
Expand Up @@ -705,7 +705,7 @@ <h2 id="example---custom-precompile"><a class="header" href="#example---custom-p
let provider = ...;
let hinter = ...;

let executor = StatelessL2BlcokExecutor::builder(&amp;cfg, provider, hinter)
let executor = StatelessL2BlockExecutor::builder(&amp;cfg, provider, hinter)
.with_parent_header(...)
.with_handle_register(custom_handle_register)
.build();
Expand Down
2 changes: 1 addition & 1 deletion sdk/exec-ext.html
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ <h2 id="example---custom-precompile"><a class="header" href="#example---custom-p
let provider = ...;
let hinter = ...;

let executor = StatelessL2BlcokExecutor::builder(&amp;cfg, provider, hinter)
let executor = StatelessL2BlockExecutor::builder(&amp;cfg, provider, hinter)
.with_parent_header(...)
.with_handle_register(custom_handle_register)
.build();
Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion searchindex.json

Large diffs are not rendered by default.

0 comments on commit 4705ec2

Please sign in to comment.