Skip to content

Commit

Permalink
Add surrounding space in default value assignment
Browse files Browse the repository at this point in the history
  • Loading branch information
sferik committed Dec 24, 2013
1 parent 495d63b commit ed39c7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/twitter/rest/api/favorites.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ module Favorites
# @authentication Requires user context
# @raise [Twitter::Error::Unauthorized] Error raised when supplied user credentials are not valid.
# @return [Array<Twitter::Tweet>] favorite Tweets.
# @overload favorites(options={})
# @overload favorites(options = {})
# Returns the 20 most recent favorite Tweets for the authenticating user
#
# @param options [Hash] A customizable set of options.
# @option options [Integer] :count Specifies the number of records to retrieve. Must be less than or equal to 100.
# @option options [Integer] :since_id Returns results with an ID greater than (that is, more recent than) the specified ID.
# @overload favorites(user, options={})
# @overload favorites(user, options = {})
# Returns the 20 most recent favorite Tweets for the specified user
#
# @param user [Integer, String, Twitter::User] A Twitter user ID, screen name, URI, or object.
Expand Down

0 comments on commit ed39c7e

Please sign in to comment.