interp: fix Clone documentation
This commit is contained in:
@@ -1608,7 +1608,7 @@ type refTypeContext struct {
|
||||
rebuilding bool
|
||||
}
|
||||
|
||||
// Clone creates a copy if the ref type context without the `needsRebuild` set.
|
||||
// Clone creates a copy of the ref type context.
|
||||
func (c *refTypeContext) Clone() *refTypeContext {
|
||||
return &refTypeContext{defined: c.defined, refs: c.refs, rebuilding: c.rebuilding}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user