Skip to content

Commit

Permalink
fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
rakita committed Sep 6, 2024
1 parent d51cc59 commit e7d78ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion crates/revm/src/builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ where
self
}

/// Sets the [`Database`] that will be used by [`Evm`].
/// Sets the [`crate::Database`] that will be used by [`Evm`].
pub fn with_db(
mut self,
db: EvmWiringT::Database,
Expand Down
2 changes: 1 addition & 1 deletion crates/revm/src/evm.rs
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ impl<EvmWiringT: EvmWiring> Evm<'_, EvmWiringT> {
self.context
}

/// Returns database and [`EnvWithEvmWiring`].
/// Returns database, [`EnvWiring`] and Hardfork.
#[inline]
pub fn into_db_and_env_with_handler_cfg(
self,
Expand Down

0 comments on commit e7d78ca

Please sign in to comment.