diff --git a/lib/twitter/rest/favorites.rb b/lib/twitter/rest/favorites.rb index e015661db..80d00e47d 100644 --- a/lib/twitter/rest/favorites.rb +++ b/lib/twitter/rest/favorites.rb @@ -89,9 +89,9 @@ def favorite(*args) # @raise [Twitter::Error::NotFound] Error raised when tweet does not exist or has been deleted. # @raise [Twitter::Error::Unauthorized] Error raised when supplied user credentials are not valid. # @return [Array] The favorited Tweets. - # @overload favorite(*tweets) + # @overload favorite!(*tweets) # @param tweets [Enumerable] A collection of Tweet IDs, URIs, or objects. - # @overload favorite(*tweets, options) + # @overload favorite!(*tweets, options) # @param tweets [Enumerable] A collection of Tweet IDs, URIs, or objects. # @param options [Hash] A customizable set of options. def favorite!(*args)