We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1261a24 commit df4e4efCopy full SHA for df4e4ef
go/ssa/source.go
@@ -191,7 +191,7 @@ func (prog *Program) packageLevelMember(obj types.Object) Member {
191
}
192
193
// FuncValue returns the SSA function or (non-interface) method
194
-// denoted by the specified func symbol. It returns nil id the symbol
+// denoted by the specified func symbol. It returns nil if the symbol
195
// denotes an interface method, or belongs to a package that was not
196
// created by prog.CreatePackage.
197
func (prog *Program) FuncValue(obj *types.Func) *Function {
0 commit comments