Remove a stray word from UserProfilePhotos comment.

pull/40/head^2
Syfaro 9 years ago
parent 445a4ef139
commit 6bc2e5ec10
  1. 2
      types.go

@ -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"`