Merge pull request #818 from whuang8/patch-1

Fix spelling in Entry.Buffer comment
This commit is contained in:
David Bariod 2018-09-08 08:16:38 +02:00 committed by GitHub
commit cd7816122a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ type Entry struct {
// Message passed to Debug, Info, Warn, Error, Fatal or Panic
Message string
// When formatter is called in entry.log(), an Buffer may be set to entry
// When formatter is called in entry.log(), a Buffer may be set to entry
Buffer *bytes.Buffer
}