mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-05-27 08:32:04 +00:00
fixed comments
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user