[VM] fix typo
This commit is contained in:
parent
8809be183e
commit
a2bdc076d2
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ func NewVM(script []byte) *VM {
|
|||
return v
|
||||
}
|
||||
|
||||
// Run loops over the current context by continuously steppping.
|
||||
// Run loops over the current context by continuously stepping.
|
||||
// Run breaks; once step returns an error or any state that is not NONE
|
||||
func (v *VM) Run() (Vmstate, error) {
|
||||
for {
|
||||
|
|
Loading…
Reference in a new issue