Fixed grammatical error in docs

This commit is contained in:
Mattia Giambirtone 2022-10-11 09:07:50 +02:00
parent 15f3143599
commit 61dceab9fd
1 changed files with 1 additions and 1 deletions

View File

@ -383,7 +383,7 @@ proc `!>=`[T](a, b: T): auto {.inline, used.} =
# Stack primitives. Note: all accesses to the call stack
# that go through the getc/setc wrappers is frame-relative,
# that go through the getc/setc wrappers are frame-relative,
# meaning that the index is added to the current stack frame's
# bottom to obtain an absolute stack index
proc push(self: PeonVM, obj: uint64) =