From 04b0c68a792cc9be4dea92bb8750d7990bd43cc8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Edvard=20Th=C3=B6rnros?= Date: Thu, 11 Feb 2021 18:39:18 +0100 Subject: Update src/lib.rs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Gustav Sörnäs --- src/lib.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib.rs b/src/lib.rs index c01d37b..eec05d0 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -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'. /// -- cgit v1.2.1