From d8f29a2f7cd7e0c2a788d5a5adb35911bf6d5466 Mon Sep 17 00:00:00 2001 From: Haroon Date: Tue, 24 Dec 2013 21:34:23 +0000 Subject: [PATCH] fixed comments --- Octokit/Helpers/ApiUrls.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Octokit/Helpers/ApiUrls.cs b/Octokit/Helpers/ApiUrls.cs index 4041d809..cf343dbc 100644 --- a/Octokit/Helpers/ApiUrls.cs +++ b/Octokit/Helpers/ApiUrls.cs @@ -746,7 +746,7 @@ namespace Octokit } /// - /// returns the for searching repos + /// returns the for searching users /// /// public static Uri SeachUsers() @@ -755,7 +755,7 @@ namespace Octokit } /// - /// returns the for searching repos + /// returns the for searching issues /// /// public static Uri SeachIssues() @@ -764,7 +764,7 @@ namespace Octokit } /// - /// returns the for searching repos + /// returns the for searching code /// /// public static Uri SeachCode()