From b9f5be9d026106ddcf3b081a33816151d6a63b4f Mon Sep 17 00:00:00 2001 From: Soham Zemse <22412996+zemse@users.noreply.github.com> Date: Fri, 12 Apr 2024 18:14:51 +0530 Subject: [PATCH] nit pic Co-authored-by: Miha Stopar --- bus-mapping/src/operation.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bus-mapping/src/operation.rs b/bus-mapping/src/operation.rs index 670be6720f..ec47a4c040 100644 --- a/bus-mapping/src/operation.rs +++ b/bus-mapping/src/operation.rs @@ -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)] @@ -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)]