aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib.rs')
-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'.
///