Skip to content

Commit

Permalink
Update lib/runtime/life/instance.go
Browse files Browse the repository at this point in the history
Co-authored-by: Quentin McGaw <quentin.mcgaw@gmail.com>
  • Loading branch information
FlorianFranzen and qdm12 authored Mar 23, 2022
1 parent 32d0166 commit 7eee124
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/runtime/life/instance.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ type Config struct {
Resolver exec.ImportResolver
}

// Instance represents a v0.8 runtime life instance
// Instance is a runtime life instance
type Instance struct {
vm *exec.VirtualMachine
mu sync.Mutex
Expand Down

0 comments on commit 7eee124

Please sign in to comment.