1
0
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:
Niko Köser 2021-02-10 14:49:25 +01:00
parent 0d9ba9d696
commit 4ffb7c09cf
No known key found for this signature in database
GPG Key ID: F3F28C118DAA6375

View File

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