File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ func NewBoolSliceResult(val []bool, err error) *BoolSliceCmd {
82
82
return & cmd
83
83
}
84
84
85
- // NewStringStringMapResult returns a StringStringMapCmd initialised with val and err for testing.
85
+ // NewMapStringStringResult returns a MapStringStringCmd initialised with val and err for testing.
86
86
func NewMapStringStringResult (val map [string ]string , err error ) * MapStringStringCmd {
87
87
var cmd MapStringStringCmd
88
88
cmd .val = val
@@ -114,7 +114,7 @@ func NewZSliceCmdResult(val []Z, err error) *ZSliceCmd {
114
114
return & cmd
115
115
}
116
116
117
- // NewZWithKeyCmdResult returns a NewZWithKeyCmd initialised with val and err for testing.
117
+ // NewZWithKeyCmdResult returns a ZWithKeyCmd initialised with val and err for testing.
118
118
func NewZWithKeyCmdResult (val * ZWithKey , err error ) * ZWithKeyCmd {
119
119
var cmd ZWithKeyCmd
120
120
cmd .val = val
You can’t perform that action at this time.
0 commit comments