mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-06 20:13:40 +00:00
Fixed some R# documentation analysis errors
This commit is contained in:
@@ -15,7 +15,7 @@ namespace Octokit.Internal
|
||||
/// </summary>
|
||||
/// <typeparam name="T">The type of data to send</typeparam>
|
||||
/// <param name="request">A <see cref="IRequest"/> that represents the HTTP request</param>
|
||||
/// <returns>A <see cref="Task{IResponse{T}}"/></returns>
|
||||
/// <returns>A <see cref="Task{T}" /> of <see cref="IResponse{T}"/></returns>
|
||||
Task<IResponse<T>> Send<T>(IRequest request);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user