Skip to content

Commit b6d4071

Browse files
author
tomnolan95
committed
Changed name of function to SearchSubreddits.
1 parent ca3c797 commit b6d4071

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RedditSharp/Reddit.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,7 @@ public Listing<Subreddit> GetDefaultSubreddits()
447447
/// Returns the Listing of subreddits related to a query.
448448
/// </summary>
449449
/// <returns></returns>
450-
public Listing<Subreddit> GetParamSubreddits(string query)
450+
public Listing<Subreddit> SearchSubreddits(string query)
451451
{
452452
return new Listing<Subreddit>(this, string.Format(SearchSubredditsUrl, query), WebAgent);
453453
}

0 commit comments

Comments
 (0)