mirror of
https://github.com/nikoksr/notify.git
synced 2025-01-05 22:53:35 +02:00
chore(comment): add punctuation to function comment
This commit is contained in:
parent
0d9ba9d696
commit
4ffb7c09cf
@ -18,7 +18,7 @@ type Notify struct {
|
||||
// ErrSendNotification signals that the notifier failed to send a notification.
|
||||
var ErrSendNotification = errors.New("send notification")
|
||||
|
||||
// New returns a new instance of Notify. Defaulting to being not disabled
|
||||
// New returns a new instance of Notify. Defaulting to being not disabled.
|
||||
func New() *Notify {
|
||||
notifier := &Notify{
|
||||
Disabled: defaultDisabled,
|
||||
|
Loading…
Reference in New Issue
Block a user