projects
/
brevno-suite
/
hugo
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
48c98a8
)
Fix typo
author
Panagiotis Koursaris
<panakourweb@gmail.com>
Thu, 10 Mar 2022 14:53:23 +0000
(16:53 +0200)
committer
Anthony Fok
<anthony.fok@canada.ca>
Tue, 22 Mar 2022 06:39:33 +0000
(
00:39
-0600)
common/hreflect/helpers.go
patch
|
blob
|
history
diff --git
a/common/hreflect/helpers.go
b/common/hreflect/helpers.go
index 7f3ef7ac2265f6d81bae3c3aa66462e61fa20b1d..e1c01456d4f5f46919655c1e28144972b0396dac 100644
(file)
--- a/
common/hreflect/helpers.go
+++ b/
common/hreflect/helpers.go
@@
-128,7
+128,7
@@
type methods struct {
var methodCache = &methods{cache: make(map[methodKey]int)}
-// GetMethodByName is the sam
v
e as reflect.Value.MethodByName, but it caches the
+// GetMethodByName is the same as reflect.Value.MethodByName, but it caches the
// type lookup.
func GetMethodByName(v reflect.Value, name string) reflect.Value {
index := GetMethodIndexByName(v.Type(), name)