diff options
| author | Maxwell Krohn | 2016-05-16 09:15:45 -0400 |
|---|---|---|
| committer | Maxwell Krohn | 2016-05-16 09:15:45 -0400 |
| commit | 691accb554b4808ecb1d96b9e1b128dd2ec65879 (patch) | |
| tree | baa13106d13ed02d22beffaa34668ea312a3ae63 /notifier_linux.go | |
| parent | 1a97dd20fd0dd0bc898364570b516d729fbcd869 (diff) | |
| download | go-notifier-691accb554b4808ecb1d96b9e1b128dd2ec65879.tar.bz2 | |
comment fix
Diffstat (limited to 'notifier_linux.go')
| -rw-r--r-- | notifier_linux.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/notifier_linux.go b/notifier_linux.go index 7996354..69b32cb 100644 --- a/notifier_linux.go +++ b/notifier_linux.go @@ -10,7 +10,7 @@ import ( type linuxNotifier struct{} -// NewNotifier constructs notifier for Windows +// NewNotifier constructs notifier for Linux func NewNotifier() (Notifier, error) { return &linuxNotifier{}, nil } |
