From 6bc2e5ec10fb0fac85b35267664810f821a4f841 Mon Sep 17 00:00:00 2001 From: Syfaro Date: Sun, 28 Feb 2016 10:13:44 -0600 Subject: [PATCH] Remove a stray word from UserProfilePhotos comment. --- types.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types.go b/types.go index 708aa99..ef16c10 100644 --- a/types.go +++ b/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"`