From 8eebbacb91b6a9522d9621073cd1cd08b707080e Mon Sep 17 00:00:00 2001 From: Erin Date: Sat, 22 Jul 2023 02:34:41 +0200 Subject: [PATCH] Name correction --- hbasm/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hbasm/src/lib.rs b/hbasm/src/lib.rs index cd137e4..dfdda48 100644 --- a/hbasm/src/lib.rs +++ b/hbasm/src/lib.rs @@ -48,7 +48,7 @@ impl Assembler { /// Append 12 zeroes (UN) at the end /// - /// # HBVM lore + /// # HoleyBytes lore /// /// In reference HBVM implementation checks are done in /// a separate phase before execution.