MarkJoyMa 2 年之前
父节点
当前提交
1ad7809fde
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      core/conf/config.go

+ 1 - 1
core/conf/config.go

@@ -33,7 +33,7 @@ type fieldInfo struct {
 }
 
 // FillDefault fills the default values for the given v,
-// and the premise is that the value of v must be guaranteed to be empty
+// and the premise is that the value of v must be guaranteed to be empty.
 func FillDefault(v any) error {
 	return fillDefaultUnmarshaler.Unmarshal(map[string]any{}, v)
 }