Fix typo
This commit is contained in:
parent
195fd3d7c6
commit
4f55c107b9
2
event.go
2
event.go
|
@ -71,7 +71,7 @@ func (e *Event) Msg(msg string) (n int, err error) {
|
|||
return e.write()
|
||||
}
|
||||
|
||||
// Msgf sends the *Event with formated msg added as the message field if not empty.
|
||||
// Msgf sends the event with formated msg added as the message field if not empty.
|
||||
//
|
||||
// NOTICE: once this methid is called, the *Event should be disposed.
|
||||
// Calling Msg twice can have unexpected result.
|
||||
|
|
Loading…
Reference in New Issue