Skip to content

Commit fc8b9f1

Browse files
ryanmurakamiRyan H Lewis
and
Ryan H Lewis
authored
updating context documentation (#335)
Co-authored-by: Ryan H Lewis <[email protected]>
1 parent da7f43c commit fc8b9f1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

context.go

+1-2
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,7 @@ func NewContext(opt ...ContextOption) *Context {
7676
return ctx
7777
}
7878

79-
// Isolate gets the current context's parent isolate.An error is returned
80-
// if the isolate has been terninated.
79+
// Isolate gets the current context's parent isolate.
8180
func (c *Context) Isolate() *Isolate {
8281
return c.iso
8382
}

0 commit comments

Comments
 (0)