diff --git a/Octokit/Helpers/ApiUrls.cs b/Octokit/Helpers/ApiUrls.cs index 542a51e4..1319ad24 100644 --- a/Octokit/Helpers/ApiUrls.cs +++ b/Octokit/Helpers/ApiUrls.cs @@ -737,7 +737,7 @@ namespace Octokit } /// - /// returns the for searching repos + /// Creates the relative for searching repositories /// /// public static Uri SearchRepositories() @@ -746,7 +746,7 @@ namespace Octokit } /// - /// returns the for searching users + /// Creates the relative for searching users /// /// public static Uri SearchUsers() @@ -755,7 +755,7 @@ namespace Octokit } /// - /// returns the for searching issues + /// Creates the relative for searching issues /// /// public static Uri SearchIssues() @@ -764,7 +764,7 @@ namespace Octokit } /// - /// returns the for searching code + /// Creates the relative for searching code /// /// public static Uri SearchCode()