diff options
| -rw-r--r-- | src/lib.rs | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -398,8 +398,8 @@ pub enum Op { /// {A} - JmpFalse(n) - {} JmpFalse(usize), /// Sets the instruction pointer - /// to the given value. And also pops - /// the given number of values. + /// to the given value and pops + /// the given amount of values. /// /// Used for 'break' and 'continue'. /// |
