Skip to content

Commit d21f803

Browse files
authored
Update memory.rs
1 parent bb2532e commit d21f803

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

interpreter/src/machine/memory.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ use primitive_types::U256;
99

1010
use crate::error::{ExitException, ExitFatal};
1111

12-
/// A sequencial memory. It uses Rust's `Vec` for internal
12+
/// A sequential memory. It uses Rust's `Vec` for internal
1313
/// representation.
1414
#[derive(Clone, Debug)]
1515
pub struct Memory {

0 commit comments

Comments
 (0)