Remove a stray word from UserProfilePhotos comment.

bot-api-6.1
Syfaro 2016-02-28 10:13:44 -06:00
parent af934e3e10
commit 585057e7de
1 changed files with 1 additions and 1 deletions

View File

@ -232,7 +232,7 @@ type Location struct {
Latitude float32 `json:"latitude"`
}
// UserProfilePhotos contains information a set of user profile photos.
// UserProfilePhotos contains a set of user profile photos.
type UserProfilePhotos struct {
TotalCount int `json:"total_count"`
Photos []PhotoSize `json:"photos"`