diff --git a/.github/workflows/book.yml b/.github/workflows/book.yml index 10894c4dc2..fb41e3ee3b 100644 --- a/.github/workflows/book.yml +++ b/.github/workflows/book.yml @@ -129,4 +129,4 @@ jobs: steps: - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v2 \ No newline at end of file + uses: actions/deploy-pages@v4 \ No newline at end of file diff --git a/crates/revm/src/handler/handle_types/post_execution.rs b/crates/revm/src/handler/handle_types/post_execution.rs index 1b9e9fdc3b..f2149e8903 100644 --- a/crates/revm/src/handler/handle_types/post_execution.rs +++ b/crates/revm/src/handler/handle_types/post_execution.rs @@ -47,8 +47,8 @@ pub struct PostExecutionHandler<'a, EXT, DB: Database> { pub reward_beneficiary: RewardBeneficiaryHandle<'a, EXT, DB>, /// Main return handle, returns the output of the transact. pub output: OutputHandle<'a, EXT, DB>, - /// End handle. Called when execution ends. - /// End in comparison to output will be called every time after execution. + /// Called when execution ends. + /// End handle in comparison to output handle will be called every time after execution. /// Output in case of error will not be called. pub end: EndHandle<'a, EXT, DB>, /// Clear handle will be called always. In comparison to end that