mirror of
https://github.com/go-micro/go-micro.git
synced 2024-12-12 08:23:58 +02:00
typo fix; (#2480)
This commit is contained in:
parent
1919048c8f
commit
034ba9a0de
@ -54,7 +54,7 @@ func makeMap(e encoder.Encoder, kv api.KVPairs, stripPrefix string) (map[string]
|
|||||||
case mapV.Decode(e, v.Value) == nil:
|
case mapV.Decode(e, v.Value) == nil:
|
||||||
val = mapV
|
val = mapV
|
||||||
default:
|
default:
|
||||||
return nil, fmt.Errorf("faild decode value. path: %s, error: %s", pathString, err)
|
return nil, fmt.Errorf("failed decode value. path: %s, error: %s", pathString, err)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user