mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-28 22:45:26 +08:00
[skip ci]Fix trace comment type (#9362)
Signed-off-by: godchen0212 <qingxiang.chen@zilliz.com>
This commit is contained in:
parent
b0b3a5c137
commit
0ebc9e2064
@ -204,7 +204,7 @@ func (ppRW PropertiesReaderWriter) Set(key, val string) {
|
||||
ppRW.PpMap[key] = val
|
||||
}
|
||||
|
||||
// ForeachKey iters each key value of PpMap.
|
||||
// ForeachKey iterates each key value of PpMap.
|
||||
func (ppRW PropertiesReaderWriter) ForeachKey(handler func(key, val string) error) error {
|
||||
for k, val := range ppRW.PpMap {
|
||||
if err := handler(k, val); err != nil {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user