-
Notifications
You must be signed in to change notification settings - Fork 18.8k
Closed
Labels
DocumentationIssues describing a change to documentation.Issues describing a change to documentation.FrozenDueToAgeNeedsFixThe path to resolution is known, but the work has not been done.The path to resolution is known, but the work has not been done.
Milestone
Description
What version of Go are you using (go version)?
1.9beta
What did you do?
Read documentation of runtime/pprof for Profiler Labels (http://tip.golang.org/pkg/runtime/pprof/#Labels)
What did you expect to see?
The function comment for http://tip.golang.org/pkg/runtime/pprof/#Labels
should describe the return value as type LabelSet.
What did you see instead?
The typename returned by http://tip.golang.org/pkg/runtime/pprof/#Labels
is LabelSet, but the documentation string refers to it as LabelList.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
DocumentationIssues describing a change to documentation.Issues describing a change to documentation.FrozenDueToAgeNeedsFixThe path to resolution is known, but the work has not been done.The path to resolution is known, but the work has not been done.