From b70d15e202030eb119d3d5c45fae4620a4420140 Mon Sep 17 00:00:00 2001 From: Alex Shi Date: Wed, 18 Dec 2019 14:10:06 +0800 Subject: [PATCH] Fix typo --- exported.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exported.go b/exported.go index 62fc2f2..42b04f6 100644 --- a/exported.go +++ b/exported.go @@ -80,7 +80,7 @@ func WithFields(fields Fields) *Entry { return std.WithFields(fields) } -// WithTime creats an entry from the standard logger and overrides the time of +// WithTime creates an entry from the standard logger and overrides the time of // logs generated with it. // // Note that it doesn't log until you call Debug, Print, Info, Warn, Fatal