mirror of
https://github.com/zeromicro/go-zero.git
synced 2026-05-13 18:00:00 +08:00
fix misspelling (#513)
This commit is contained in:
@@ -279,7 +279,7 @@ func Statf(format string, v ...interface{}) {
|
||||
statSync(fmt.Sprintf(format, v...))
|
||||
}
|
||||
|
||||
// WithCooldownMillis customizes logging on writting call stack interval.
|
||||
// WithCooldownMillis customizes logging on writing call stack interval.
|
||||
func WithCooldownMillis(millis int) LogOption {
|
||||
return func(opts *logOptions) {
|
||||
opts.logStackCooldownMills = millis
|
||||
|
||||
Reference in New Issue
Block a user