Comment pedantry

This commit is contained in:
Jakob Borg
2015-10-31 11:15:49 +01:00
parent 1fac2f686d
commit cdbc8004fb
3 changed files with 5 additions and 5 deletions

View File

@@ -63,7 +63,7 @@ type logger struct {
mut sync.Mutex
}
// The default logger logs to standard output with a time prefix.
// DefaultLogger logs to standard output with a time prefix.
var DefaultLogger = New()
func New() Logger {