Skip to content
This repository has been archived by the owner on Jul 5, 2024. It is now read-only.

Commit

Permalink
nit pic
Browse files Browse the repository at this point in the history
Co-authored-by: Miha Stopar <miha.stopar@xlab.si>
  • Loading branch information
zemse and miha-stopar committed Apr 12, 2024
1 parent 2425cdb commit b9f5be9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bus-mapping/src/operation.rs
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ impl Ord for StackOp {
}

/// Represents a [`READ`](RW::READ)/[`WRITE`](RW::WRITE) into the storage
/// implied by an specific
/// implied by a specific
/// [`OpcodeId`](eth_types::evm_types::opcode_ids::OpcodeId) of
/// the [`ExecStep`](crate::circuit_input_builder::ExecStep).
#[derive(Clone, PartialEq, Eq)]
Expand Down Expand Up @@ -414,7 +414,7 @@ impl Ord for StorageOp {
}

/// Represents a [`READ`](RW::READ)/[`WRITE`](RW::WRITE) into the transient storage
/// implied by an specific
/// implied by a specific
/// [`OpcodeId`](eth_types::evm_types::opcode_ids::OpcodeId) of
/// the [`ExecStep`](crate::circuit_input_builder::ExecStep).
#[derive(Clone, PartialEq, Eq)]
Expand Down

0 comments on commit b9f5be9

Please sign in to comment.