fixed comments

This commit is contained in:
Haroon
2013-12-24 21:34:23 +00:00
parent bcd601de3c
commit d8f29a2f7c
+3 -3
View File
@@ -746,7 +746,7 @@ namespace Octokit
}
/// <summary>
/// returns the <see cref="Uri"/> for searching repos
/// returns the <see cref="Uri"/> for searching users
/// </summary>
/// <returns></returns>
public static Uri SeachUsers()
@@ -755,7 +755,7 @@ namespace Octokit
}
/// <summary>
/// returns the <see cref="Uri"/> for searching repos
/// returns the <see cref="Uri"/> for searching issues
/// </summary>
/// <returns></returns>
public static Uri SeachIssues()
@@ -764,7 +764,7 @@ namespace Octokit
}
/// <summary>
/// returns the <see cref="Uri"/> for searching repos
/// returns the <see cref="Uri"/> for searching code
/// </summary>
/// <returns></returns>
public static Uri SeachCode()