This commit is contained in:
Olivier Poitrey 2017-05-19 22:48:00 -07:00
parent 195fd3d7c6
commit 4f55c107b9
1 changed files with 1 additions and 1 deletions

View File

@ -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.