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)