Remove a stray word from UserProfilePhotos comment.
Syfaro syfaro@foxpaw.in
Sun, 28 Feb 2016 10:13:44 -0600
1 files changed,
1 insertions(+),
1 deletions(-)
jump to
M
types.go
→
types.go
@@ -232,7 +232,7 @@ Longitude float32 `json:"longitude"`
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"`