提交 00b556e9 编写于 作者: A AllenZMC 提交者: czm

fix mis-spelling in template.go

Signed-off-by: Nczm <zhongming.chang@daocloud.io>
上级 38ccf015
......@@ -230,7 +230,7 @@ func NewTemplateExpander(
if minutes != 0 {
return fmt.Sprintf("%s%dm %ds", sign, minutes, seconds)
}
// For seconds, we display 4 significant digts.
// For seconds, we display 4 significant digits.
return fmt.Sprintf("%s%.4gs", sign, v)
}
prefix := ""
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册