We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb2532e commit d21f803Copy full SHA for d21f803
interpreter/src/machine/memory.rs
@@ -9,7 +9,7 @@ use primitive_types::U256;
9
10
use crate::error::{ExitException, ExitFatal};
11
12
-/// A sequencial memory. It uses Rust's `Vec` for internal
+/// A sequential memory. It uses Rust's `Vec` for internal
13
/// representation.
14
#[derive(Clone, Debug)]
15
pub struct Memory {
0 commit comments