Skip to content
This repository has been archived by the owner on Jun 27, 2020. It is now read-only.

Commit

Permalink
Update the documentation for the search module.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Symons committed Jan 6, 2014
1 parent 932c488 commit 466b52b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/redditkit/client/search.rb
Expand Up @@ -10,7 +10,7 @@ module Search
# @option options [true, false] :restrict_to_subreddit Whether to search only in a specified subreddit.
# @option options [String, RedditKit::Subreddit] :subreddit The optional subreddit to search.
# @option options [1..100] limit The number of links to return.
# @option options [String] the order in which to return results which is one of (relevance, new, hot, top, comments)
# @option options [String] sort The sorting order for search results (relevance, new, hot, top, comments).
# @option options [String] before Only return links before this full name.
# @option options [String] after Only return links after this full name.
# @return [RedditKit::PaginatedResponse]
Expand Down

0 comments on commit 466b52b

Please sign in to comment.