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.