Skip to content

Commit

Permalink
updating context documentation (#335)
Browse files Browse the repository at this point in the history
Co-authored-by: Ryan H Lewis <ryan.lewis@reddit.com>
  • Loading branch information
ryanmurakami and Ryan H Lewis committed Aug 8, 2022
1 parent da7f43c commit fc8b9f1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions context.go
Expand Up @@ -76,8 +76,7 @@ func NewContext(opt ...ContextOption) *Context {
return ctx
}

// Isolate gets the current context's parent isolate.An error is returned
// if the isolate has been terninated.
// Isolate gets the current context's parent isolate.
func (c *Context) Isolate() *Isolate {
return c.iso
}
Expand Down

0 comments on commit fc8b9f1

Please sign in to comment.