mirror of https://github.com/sirupsen/logrus.git
Fix spelling in Entry.Buffer comment
This commit is contained in:
parent
3791101e14
commit
88eb166d31
2
entry.go
2
entry.go
|
@ -41,7 +41,7 @@ type Entry struct {
|
||||||
// Message passed to Debug, Info, Warn, Error, Fatal or Panic
|
// Message passed to Debug, Info, Warn, Error, Fatal or Panic
|
||||||
Message string
|
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
|
Buffer *bytes.Buffer
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue