From 51d0c63f7e6d65204d6fe4ec3c378ef3fbedf119 Mon Sep 17 00:00:00 2001 From: Henry Gressmann Date: Sun, 28 Jan 2024 14:30:39 +0100 Subject: docs: architecture Signed-off-by: Henry Gressmann --- crates/types/src/instructions.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crates') diff --git a/crates/types/src/instructions.rs b/crates/types/src/instructions.rs index 9098812..1061d10 100644 --- a/crates/types/src/instructions.rs +++ b/crates/types/src/instructions.rs @@ -43,7 +43,7 @@ pub enum ConstInstruction { /// * `br_table` stores the jump lables in the following `br_label` instructions to keep this enum small. /// * Lables/Blocks: we store the label end offset in the instruction itself and /// have seperate EndBlockFrame and EndFunc instructions to mark the end of a block or function. -/// This makes it easier to implement the label stack (we call it BlockFrameStack) iteratively. +/// This makes it easier to implement the label stack iteratively. /// /// See #[derive(Debug, Clone, Copy)] -- cgit v1.3.1