diff --git a/PushSharp.Android/Gcm/GcmNotification.cs b/PushSharp.Android/Gcm/GcmNotification.cs
index d13dee52..0f29ea1e 100644
--- a/PushSharp.Android/Gcm/GcmNotification.cs
+++ b/PushSharp.Android/Gcm/GcmNotification.cs
@@ -42,7 +42,7 @@ public GcmNotification()
}
///
- /// Registration ID of the Device
+ /// Registration ID of the Device(s). Maximum of 1000 registration Id's per notification.
///
public List RegistrationIds
{