anqiansong %!s(int64=2) %!d(string=hai) anos
pai
achega
d40000d4b9
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      core/mapping/valuer.go

+ 1 - 1
core/mapping/valuer.go

@@ -34,7 +34,7 @@ type (
 	recursiveValuer node
 )
 
-// Value gets the value assciated with the given key from mv.
+// Value gets the value associated with the given key from mv.
 func (mv mapValuer) Value(key string) (any, bool) {
 	v, ok := mv[key]
 	return v, ok