fix(bytecode): remove misleading comment part

This commit is contained in:
Alain Zscheile 2022-10-23 01:01:29 +02:00
parent bdc42a3fae
commit 6294b2ae9c

View file

@ -47,7 +47,7 @@ pub enum Instr {
/// (the top value is replaced by the value it points to)
DupFrom,
/// basic math operations (on integers and atoms)
/// basic math operations
DoMath1(MathUnOp),
/// binary math operations, stack top is like: `... lhs rhs $`