We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af934e3 commit 585057eCopy full SHA for 585057e
types.go
@@ -232,7 +232,7 @@ type Location struct {
232
Latitude float32 `json:"latitude"`
233
}
234
235
-// UserProfilePhotos contains information a set of user profile photos.
+// UserProfilePhotos contains a set of user profile photos.
236
type UserProfilePhotos struct {
237
TotalCount int `json:"total_count"`
238
Photos []PhotoSize `json:"photos"`
0 commit comments