未验证 提交 0ebc9e20 编写于 作者: G godchen 提交者: GitHub

[skip ci]Fix trace comment type (#9362)

Signed-off-by: Ngodchen0212 <qingxiang.chen@zilliz.com>
上级 b0b3a5c1
......@@ -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 {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册