aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEdvard Thörnros <edvard.thornros@gmail.com>2021-02-11 18:39:18 +0100
committerGitHub <noreply@github.com>2021-02-11 18:39:18 +0100
commit04b0c68a792cc9be4dea92bb8750d7990bd43cc8 (patch)
treeaa8d71c1905954214f6b0734fe2d900677eb84eb
parenteb1cbf27e3a012dc5bc67f0cfcdccef72082e934 (diff)
downloadsylt-04b0c68a792cc9be4dea92bb8750d7990bd43cc8.tar.gz
Update src/lib.rs
Co-authored-by: Gustav Sörnäs <gustav@sornas.net>
-rw-r--r--src/lib.rs4
1 files 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'.
///