anqiansong 2 năm trước cách đây
mục cha
commit
d40000d4b9
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      core/mapping/valuer.go

+ 1 - 1
core/mapping/valuer.go

@@ -34,7 +34,7 @@ type (
 	recursiveValuer node
 	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) {
 func (mv mapValuer) Value(key string) (any, bool) {
 	v, ok := mv[key]
 	v, ok := mv[key]
 	return v, ok
 	return v, ok