Skip to content

Commit 1d8b0e0

Browse files
committed
x/tools/go/callgraph: incorrect document in type Edge struct #46973
1 parent 72e4d1b commit 1d8b0e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go/callgraph/callgraph.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ func (n *Node) String() string {
8989
// A Edge represents an edge in the call graph.
9090
//
9191
// Site is nil for edges originating in synthetic or intrinsic
92-
// functions, e.g. reflect.Call or the root of the call graph.
92+
// functions, e.g. reflect.Value.Call or the root of the call graph.
9393
type Edge struct {
9494
Caller *Node
9595
Site ssa.CallInstruction

0 commit comments

Comments
 (0)