From 6aa93d38e34f61d71272b03423521d963b9f2b39 Mon Sep 17 00:00:00 2001 From: Haroon Date: Wed, 25 Dec 2013 16:44:58 +0000 Subject: [PATCH] fixed naming for documentation --- Octokit/Helpers/ApiUrls.cs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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()