Filled in more documentation. Made it consistent.

This commit is contained in:
Haacked
2013-11-07 10:14:01 -08:00
parent 03fce7001c
commit a363696544
38 changed files with 306 additions and 230 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ namespace Octokit.Internal
/// Sends the specified request and returns a response.
/// </summary>
/// <typeparam name="T">The type of data to send</typeparam>
/// <param name="request">A <see cref="IRequest"/> that represents the HTTP request.</param>
/// <param name="request">A <see cref="IRequest"/> that represents the HTTP request</param>
/// <returns>A <see cref="Task{IResponse{T}}"/></returns>
Task<IResponse<T>> Send<T>(IRequest request);
}