From 9d84dcf8a77686292c38f6f2a85abe456596057f Mon Sep 17 00:00:00 2001 From: Yasuhiro Matsumoto Date: Fri, 14 Apr 2017 19:22:56 +0900 Subject: [PATCH] fix doc --- mastodon.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mastodon.go b/mastodon.go index a82a39f..00e65d4 100644 --- a/mastodon.go +++ b/mastodon.go @@ -397,7 +397,7 @@ func (c *Client) Follow(uri string) (*Account, error) { return &account, nil } -// GetFollowRequest return follow-requests. +// GetFollowRequests return follow-requests. func (c *Client) GetFollowRequests(uri string) ([]*Account, error) { params := url.Values{} params.Set("uri", uri)