mirror of
https://github.com/nikoksr/notify.git
synced 2025-07-01 00:55:29 +02:00
chore(comment): add punctuation to function comment
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user