diff --git a/lib/runtime/life/instance.go b/lib/runtime/life/instance.go index df2f430bab..1611f04b3c 100644 --- a/lib/runtime/life/instance.go +++ b/lib/runtime/life/instance.go @@ -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