Remove a stray word from UserProfilePhotos comment.
parent
af934e3e10
commit
585057e7de
2
types.go
2
types.go
|
@ -232,7 +232,7 @@ type Location struct {
|
||||||
Latitude float32 `json:"latitude"`
|
Latitude float32 `json:"latitude"`
|
||||||
}
|
}
|
||||||
|
|
||||||
// UserProfilePhotos contains information a set of user profile photos.
|
// UserProfilePhotos contains a set of user profile photos.
|
||||||
type UserProfilePhotos struct {
|
type UserProfilePhotos struct {
|
||||||
TotalCount int `json:"total_count"`
|
TotalCount int `json:"total_count"`
|
||||||
Photos []PhotoSize `json:"photos"`
|
Photos []PhotoSize `json:"photos"`
|
||||||
|
|
Loading…
Reference in New Issue