Skip to content

Commit f40768c

Browse files
committed
chore: backticks
1 parent efb6193 commit f40768c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/db/alloy.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ use revm::{
1616
use std::fmt::Display;
1717

1818
/// A type alias for the storage key used in the database.
19-
/// We use this instead of alloy's [alloy::primitives::StorageKey] as Revm requires
20-
/// the actual type to be an [U256] instead of a [B256].
19+
/// We use this instead of alloy's [`alloy::primitives::StorageKey`] as Revm requires
20+
/// the actual type to be an [`U256`] instead of a [`B256`].
2121
pub type StorageKey = U256;
2222

2323
/// An error that can occur when using [AlloyDB].

0 commit comments

Comments
 (0)