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

Commit b9f5be9

Browse files
zemseMiha Stopar
andcommitted
nit pic
Co-authored-by: Miha Stopar <[email protected]>
1 parent 2425cdb commit b9f5be9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bus-mapping/src/operation.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ impl Ord for StackOp {
313313
}
314314

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

416416
/// Represents a [`READ`](RW::READ)/[`WRITE`](RW::WRITE) into the transient storage
417-
/// implied by an specific
417+
/// implied by a specific
418418
/// [`OpcodeId`](eth_types::evm_types::opcode_ids::OpcodeId) of
419419
/// the [`ExecStep`](crate::circuit_input_builder::ExecStep).
420420
#[derive(Clone, PartialEq, Eq)]

0 commit comments

Comments
 (0)