Change doc comment, some very minor tweaks

Signed-off-by: Vartan Benohanian <vartanbeno@gmail.com>
This commit is contained in:
Vartan Benohanian
2020-08-21 15:31:15 -04:00
parent 8752bdd2d6
commit 407ee432a3
4 changed files with 17 additions and 11 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ import (
// GoldService handles communication with the gold
// related methods of the Reddit API.
//
// Reddit API docs: https://www.reddit.com/dev/api/#section_collections
// Reddit API docs: https://www.reddit.com/dev/api/#section_gold
type GoldService struct {
client *Client
}