Update comment
authorMikael Berthe <mikael@lilotux.net>
Thu, 13 Apr 2017 10:36:18 +0200
changeset 102 187aa2a668a5
parent 101 16d7500c19dd
child 103 9860bb68a0a6
Update comment
notifications.go
--- a/notifications.go	Thu Apr 13 10:36:18 2017 +0200
+++ b/notifications.go	Thu Apr 13 10:36:18 2017 +0200
@@ -32,6 +32,8 @@
 }
 
 // GetNotification returns a notification
+// The returned notification can be nil if there is an error or if the
+// requested notification does not exist.
 func (g *Client) GetNotification(id int) (*Notification, error) {
 	var notification Notification