We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53c004f commit 398e861Copy full SHA for 398e861
src/reflect/type.go
@@ -63,7 +63,7 @@ type Type interface {
63
// method signature, without a receiver, and the Func field is nil.
64
MethodByName(string) (Method, bool)
65
66
- // NumMethod returns the number of methods in the type's method set.
+ // NumMethod returns the number of exported methods in the type's method set.
67
NumMethod() int
68
69
// Name returns the type's name within its package.
0 commit comments