diff options
| author | Edvard Thörnros <edvard.thornros@gmail.com> | 2021-02-11 18:39:18 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-11 18:39:18 +0100 |
| commit | 04b0c68a792cc9be4dea92bb8750d7990bd43cc8 (patch) | |
| tree | aa8d71c1905954214f6b0734fe2d900677eb84eb | |
| parent | eb1cbf27e3a012dc5bc67f0cfcdccef72082e934 (diff) | |
| download | sylt-04b0c68a792cc9be4dea92bb8750d7990bd43cc8.tar.gz | |
Update src/lib.rs
Co-authored-by: Gustav Sörnäs <gustav@sornas.net>
| -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'. /// |
