mirror of
https://github.com/nikoksr/notify.git
synced 2025-01-24 03:16: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.
|
// ErrSendNotification signals that the notifier failed to send a notification.
|
||||||
var ErrSendNotification = errors.New("send 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 {
|
func New() *Notify {
|
||||||
notifier := &Notify{
|
notifier := &Notify{
|
||||||
Disabled: defaultDisabled,
|
Disabled: defaultDisabled,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user